svn commit: r345062 - head/devel/shflags

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 19 10:21:19 UTC 2014


Author: ehaupt
Date: Wed Feb 19 10:21:18 2014
New Revision: 345062
URL: http://svnweb.freebsd.org/changeset/ports/345062
QAT: https://qat.redports.org/buildarchive/r345062/

Log:
  Support staging

Modified:
  head/devel/shflags/Makefile

Modified: head/devel/shflags/Makefile
==============================================================================
--- head/devel/shflags/Makefile	Wed Feb 19 10:20:08 2014	(r345061)
+++ head/devel/shflags/Makefile	Wed Feb 19 10:21:18 2014	(r345062)
@@ -13,8 +13,7 @@ COMMENT=	Command-line flags module for U
 NO_BUILD=	yes
 PLIST_FILES=	lib/shflags
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_DATA} ${WRKSRC}/src/shflags ${PREFIX}/lib
+	${INSTALL_DATA} ${WRKSRC}/src/shflags ${STAGEDIR}${PREFIX}/lib
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list