svn commit: r348443 - head/sysutils/abgx360

Emanuel Haupt ehaupt at FreeBSD.org
Mon Mar 17 07:34:58 UTC 2014


Author: ehaupt
Date: Mon Mar 17 07:34:58 2014
New Revision: 348443
URL: http://svnweb.freebsd.org/changeset/ports/348443
QAT: https://qat.redports.org/buildarchive/r348443/

Log:
  Support staging

Modified:
  head/sysutils/abgx360/Makefile

Modified: head/sysutils/abgx360/Makefile
==============================================================================
--- head/sysutils/abgx360/Makefile	Mon Mar 17 07:31:42 2014	(r348442)
+++ head/sysutils/abgx360/Makefile	Mon Mar 17 07:34:58 2014	(r348443)
@@ -16,9 +16,8 @@ PLIST_FILES=	bin/abgx360
 
 GNU_CONFIGURE=	yes
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/abgx360 ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/abgx360 ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-head mailing list