aboutsummaryrefslogtreecommitdiff
path: root/archivers/kzip
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 21:27:32 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 21:27:32 +0000
commit6c993667a22f760de139775fafcb03401f8b4f4c (patch)
tree0c3d0cea4b89d098350fff655846c3a4b99ee4fc /archivers/kzip
parent47298a243b6e26f3ea2c478b4cc19ce19d86abba (diff)
downloadports-6c993667a22f760de139775fafcb03401f8b4f4c.tar.gz
ports-6c993667a22f760de139775fafcb03401f8b4f4c.zip
Support staging
Notes
Notes: svn path=/head/; revision=344018
Diffstat (limited to 'archivers/kzip')
-rw-r--r--archivers/kzip/Makefile3
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>