svn commit: r340954 - head/devel/ultragetopt

Baptiste Daroussin bapt at FreeBSD.org
Fri Jan 24 23:59:32 UTC 2014


Author: bapt
Date: Fri Jan 24 23:59:31 2014
New Revision: 340954
URL: http://svnweb.freebsd.org/changeset/ports/340954
QAT: https://qat.redports.org/buildarchive/r340954/

Log:
  Support stage

Modified:
  head/devel/ultragetopt/Makefile

Modified: head/devel/ultragetopt/Makefile
==============================================================================
--- head/devel/ultragetopt/Makefile	Fri Jan 24 23:58:01 2014	(r340953)
+++ head/devel/ultragetopt/Makefile	Fri Jan 24 23:59:31 2014	(r340954)
@@ -11,7 +11,7 @@ COMMENT=	Versatile and customizable impl
 
 LICENSE=	MIT
 
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 MAKE_ARGS=	PREFIX="${PREFIX}"
 USE_LDCONFIG=	yes
@@ -19,5 +19,4 @@ PLIST_FILES=	include/ultragetopt.h lib/l
 		lib/libultragetopt.la lib/libultragetopt.so \
 		lib/libultragetopt.so.0
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list