diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 05:27:32 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-13 05:27:32 +0800 |
commit | 44b6ae35db59b1795a13b9f0e450515df32ea1bb (patch) | |
tree | 0c3d0cea4b89d098350fff655846c3a4b99ee4fc /archivers/kzip | |
parent | b58c106b1b3cb08c64127832d9856efdcb3d2c90 (diff) | |
download | freebsd-ports-gnome-44b6ae35db59b1795a13b9f0e450515df32ea1bb.tar.gz freebsd-ports-gnome-44b6ae35db59b1795a13b9f0e450515df32ea1bb.tar.zst freebsd-ports-gnome-44b6ae35db59b1795a13b9f0e450515df32ea1bb.zip |
Support staging
Diffstat (limited to 'archivers/kzip')
-rw-r--r-- | archivers/kzip/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/kzip/Makefile b/archivers/kzip/Makefile index a79d6f34b82a..7d899b8e1df7 100644 --- a/archivers/kzip/Makefile +++ b/archivers/kzip/Makefile @@ -16,7 +16,6 @@ RESTRICTED= ${NO_CDROM} ONLY_FOR_ARCHS= i386 -NO_STAGE= yes USE_LINUX= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/kzipmix-static @@ -34,7 +33,7 @@ post-extract: do-install: .for file in ${FILES} - @${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin/${file:S/-static$//} + @${INSTALL_PROGRAM} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/bin/${file:S/-static$//} .endfor .include <bsd.port.mk> |