diff --git a/devel/arduino-irremote/Makefile b/devel/arduino-irremote/Makefile index 8fa60bb38598..f6abd369488c 100644 --- a/devel/arduino-irremote/Makefile +++ b/devel/arduino-irremote/Makefile @@ -1,35 +1,35 @@ # Created by: Craig Leres PORTNAME= arduino-irremote PORTVERSION= 3.5.2 DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= leres@FreeBSD.org COMMENT= Multi-protocol infrared remote library for the Arduino LICENSE= MIT USES= dos2unix USE_GITHUB= yes GH_ACCOUNT= z3t0 GH_PROJECT= Arduino-IRremote -PORTSCOUT= ignore:stable +PORTSCOUT= limit:^[0-9] NO_BUILD= yes RELPATH= arduino/libraries/IRremote DATADIR= ${PREFIX}/${RELPATH} PORTDATA= * PORTEXAMPLES= * OPTIONS_DEFINE= EXAMPLES do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${RELPATH} cd ${WRKSRC}/src && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${RELPATH} ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} .include