svn commit: r346298 - head/sysutils/fusefs-gunzip

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 27 09:22:29 UTC 2014


Author: ehaupt
Date: Thu Feb 27 09:22:29 2014
New Revision: 346298
URL: http://svnweb.freebsd.org/changeset/ports/346298
QAT: https://qat.redports.org/buildarchive/r346298/

Log:
  Support staging

Modified:
  head/sysutils/fusefs-gunzip/Makefile

Modified: head/sysutils/fusefs-gunzip/Makefile
==============================================================================
--- head/sysutils/fusefs-gunzip/Makefile	Thu Feb 27 09:22:14 2014	(r346297)
+++ head/sysutils/fusefs-gunzip/Makefile	Thu Feb 27 09:22:29 2014	(r346298)
@@ -16,7 +16,6 @@ PLIST_FILES=	bin/fuse.gunzip
 
 NO_INSTALL_MANPAGES=	yes
 
-NO_STAGE=	yes
 do-build:
 	(cd ${WRKSRC} && \
 	${CC} ${CFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/fuse \
@@ -25,6 +24,6 @@ do-build:
 	-lulockmgr -lz -lfuse ${ICONV_LIB} -lm)
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/fuse.gunzip ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/fuse.gunzip ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list