svn commit: r346144 - head/sysutils/fusefs-fusexmp_fh

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 26 08:36:31 UTC 2014


Author: ehaupt
Date: Wed Feb 26 08:36:31 2014
New Revision: 346144
URL: http://svnweb.freebsd.org/changeset/ports/346144
QAT: https://qat.redports.org/buildarchive/r346144/

Log:
  Support staging

Modified:
  head/sysutils/fusefs-fusexmp_fh/Makefile

Modified: head/sysutils/fusefs-fusexmp_fh/Makefile
==============================================================================
--- head/sysutils/fusefs-fusexmp_fh/Makefile	Wed Feb 26 08:35:15 2014	(r346143)
+++ head/sysutils/fusefs-fusexmp_fh/Makefile	Wed Feb 26 08:36:31 2014	(r346144)
@@ -20,7 +20,6 @@ CONFIGURE_ARGS=	--disable-kernel-module 
 
 PLIST_FILES=	bin/${PORTNAME}
 
-NO_STAGE=	yes
 do-build:
 	cd ${WRKSRC}/lib \
 	&& ${MAKE}
@@ -29,6 +28,6 @@ do-build:
 
 do-install:
 	cd ${WRKSRC}/example/.libs \
-	&& ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin
+	&& ${INSTALL_PROGRAM} ${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list