diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-26 15:38:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-26 15:38:54 +0000 |
commit | d0cfdf6890681a69581cd176ebb990be944ebc88 (patch) | |
tree | ae40e0b53d84a20377bfc4759eb4e01f39e6035c /archivers/unace | |
parent | d0955fa43e3dd60d726e7e35426469185725a553 (diff) |
Support stage
Notes
Notes:
svn path=/head/; revision=337540
Diffstat (limited to 'archivers/unace')
-rw-r--r-- | archivers/unace/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/unace/Makefile b/archivers/unace/Makefile index 52c4cd6a56fd..d34c83bafa48 100644 --- a/archivers/unace/Makefile +++ b/archivers/unace/Makefile @@ -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> |