1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Support stage.

This commit is contained in:
Vanilla I. Shu 2013-09-25 13:26:03 +00:00
parent 759f63efd3
commit 2be33175a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328287

View File

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