Support staging
This commit is contained in:
parent
7828bd0bfc
commit
2f244ca70b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346298
1 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue