Support staging

This commit is contained in:
Emanuel Haupt 2014-02-27 09:22:29 +00:00
parent 7828bd0bfc
commit 2f244ca70b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346298

View file

@ -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>