svn commit: r327725 - head/devel/arduino-glcd

Baptiste Daroussin bapt at FreeBSD.org
Fri Sep 20 17:15:47 UTC 2013


Author: bapt
Date: Fri Sep 20 17:15:46 2013
New Revision: 327725
URL: http://svnweb.freebsd.org/changeset/ports/327725

Log:
  Fix a fallout in the convertion script

Modified:
  head/devel/arduino-glcd/Makefile

Modified: head/devel/arduino-glcd/Makefile
==============================================================================
--- head/devel/arduino-glcd/Makefile	Fri Sep 20 17:13:42 2013	(r327724)
+++ head/devel/arduino-glcd/Makefile	Fri Sep 20 17:15:46 2013	(r327725)
@@ -19,6 +19,7 @@ USE_ZIP=	yes
 USE_DOS2UNIX=	yes
 
 NO_BUILD=	yes
+NO_STAGE=	yes
 
 FILES=	\
 	Buildinfo.txt \
@@ -34,7 +35,6 @@ FILES=	\
 	glcd_Buildinfo.h \
 	glcd_Config.h \
 	glcd_Device.cpp \
-NO_STAGE=	yes
 	include \
 	readme.txt
 


More information about the svn-ports-all mailing list