Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2014 09:22:29 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346298 - head/sysutils/fusefs-gunzip
Message-ID:  <201402270922.s1R9MTae054479@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402270922.s1R9MTae054479>