mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Support stage.
This commit is contained in:
parent
759f63efd3
commit
2be33175a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328287
@ -13,7 +13,6 @@ LDFLAGS+= -larchive -lbz2 -lz -lcrypto -lmd
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
PLIST_FILES= bin/unmakeself
|
||||
NO_STAGE= yes
|
||||
|
||||
do-configure:
|
||||
@${RM} -f ${WRKSRC}/config.h
|
||||
@ -28,6 +27,6 @@ do-build:
|
||||
${FILESDIR}/unmakeself.c ${LDFLAGS}
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/unmakeself ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/unmakeself ${STAGEDIR}/${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user