svn commit: r350723 - head/emulators/gbe

Pawel Pekala pawel at FreeBSD.org
Wed Apr 9 15:18:17 UTC 2014


Author: pawel
Date: Wed Apr  9 15:18:16 2014
New Revision: 350723
URL: http://svnweb.freebsd.org/changeset/ports/350723
QAT: https://qat.redports.org/buildarchive/r350723/

Log:
  Add staging support

Modified:
  head/emulators/gbe/Makefile

Modified: head/emulators/gbe/Makefile
==============================================================================
--- head/emulators/gbe/Makefile	Wed Apr  9 15:15:50 2014	(r350722)
+++ head/emulators/gbe/Makefile	Wed Apr  9 15:18:16 2014	(r350723)
@@ -20,8 +20,7 @@ PLIST_FILES=	bin/gbe
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/gbe ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/gbe ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list