1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

Support stage

This commit is contained in:
Baptiste Daroussin 2013-12-26 15:38:54 +00:00
parent d0955fa43e
commit d0cfdf6890
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337540

View File

@ -13,7 +13,6 @@ COMMENT= Extract, view & test ACE archives
MAKE_JOBS_UNSAFE= yes
NO_STAGE= yes
USES= gmake
ALL_TARGET= clean unace
PLIST_FILES= bin/unace
@ -27,6 +26,6 @@ post-patch:
${WRKSRC}/uac_crt.h
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/unace ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/unace ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>