diff options
Diffstat (limited to 'devel/arduino/Makefile')
-rw-r--r-- | devel/arduino/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/arduino/Makefile b/devel/arduino/Makefile index 50a9128afdf7..f0ee4e93e4b7 100644 --- a/devel/arduino/Makefile +++ b/devel/arduino/Makefile @@ -4,7 +4,7 @@ # $FreeBSD$ PORTNAME= arduino -PORTVERSION= 0018 +PORTVERSION= 0019 CATEGORIES= devel java lang MASTER_SITES= GOOGLE_CODE EXTRACT_SUFX= .tgz @@ -62,10 +62,6 @@ post-extract: @${RM} ${WRKSRC}/lib/librxtxSerial.so @${LN} -s ${JAVA_HOME}/lib/${ARCH}/librxtxSerial.so ${WRKSRC}/lib/ -# Bug workaround: pde.jar refers to faq.html, but the file is -# named FAQ.html. Will be fixed after arduino-0018 - @${MV} ${WRKSRC}/reference/FAQ.html ${WRKSRC}/reference/faq.html - @${REINPLACE_CMD} 's|stk500|arduino|g' ${WRKSRC}/hardware/arduino/boards.txt @${RM} ${WRKSRC}/hardware/arduino/boards.txt.bak |