diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-09-25 02:17:18 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-09-25 02:17:18 +0000 |
commit | 71547ec32cbd62cfb24a81c49435ed1a7e1ac31a (patch) | |
tree | 3e30d6ef23b293d248a3d5b2021502c1cc886a22 /archivers/dzip | |
parent | b47182794c1ab2ff2c1625536952b0d795daede7 (diff) | |
download | ports-71547ec32cbd62cfb24a81c49435ed1a7e1ac31a.tar.gz ports-71547ec32cbd62cfb24a81c49435ed1a7e1ac31a.zip |
Notes
Diffstat (limited to 'archivers/dzip')
-rw-r--r-- | archivers/dzip/Makefile | 3 |
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> |