aboutsummaryrefslogtreecommitdiff
path: root/archivers/dzip
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-09-25 02:17:18 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-09-25 02:17:18 +0000
commit71547ec32cbd62cfb24a81c49435ed1a7e1ac31a (patch)
tree3e30d6ef23b293d248a3d5b2021502c1cc886a22 /archivers/dzip
parentb47182794c1ab2ff2c1625536952b0d795daede7 (diff)
downloadports-71547ec32cbd62cfb24a81c49435ed1a7e1ac31a.tar.gz
ports-71547ec32cbd62cfb24a81c49435ed1a7e1ac31a.zip
Notes
Diffstat (limited to 'archivers/dzip')
-rw-r--r--archivers/dzip/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/dzip/Makefile b/archivers/dzip/Makefile
index 66fdb0675dab..c94f5bff01ce 100644
--- a/archivers/dzip/Makefile
+++ b/archivers/dzip/Makefile
@@ -12,7 +12,6 @@ COMMENT= File compression utility specializing in Quake demo compression
LICENSE= ZLIB
-NO_STAGE= yes
USE_ZIP= yes
USE_DOS2UNIX= yes
@@ -33,6 +32,6 @@ post-extract: .SILENT
${REINPLACE_CMD} -e '21d;23d' ${WRKSRC}/dzipcon.h
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin
.include <bsd.port.mk>