Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2013 17:15:47 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327725 - head/devel/arduino-glcd
Message-ID:  <201309201715.r8KHFl0W072861@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309201715.r8KHFl0W072861>