aboutsummaryrefslogtreecommitdiff
path: root/archivers/zipmix
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-26 16:55:34 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-26 16:55:34 +0000
commit2aea5acaaba2639c81b8bc2714d9bfc3b77ffcb0 (patch)
tree4cb2631999d5bee9490a8dd9ee599f5abc017819 /archivers/zipmix
parentf6dbeb2e3579ec67d0731a37818e0dddd6737156 (diff)
downloadports-2aea5acaaba2639c81b8bc2714d9bfc3b77ffcb0.tar.gz
ports-2aea5acaaba2639c81b8bc2714d9bfc3b77ffcb0.zip
Support stage
Use bsdtar to extract zip
Notes
Notes: svn path=/head/; revision=337556
Diffstat (limited to 'archivers/zipmix')
-rw-r--r--archivers/zipmix/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/archivers/zipmix/Makefile b/archivers/zipmix/Makefile
index 46628a96161a..41f4d5b92684 100644
--- a/archivers/zipmix/Makefile
+++ b/archivers/zipmix/Makefile
@@ -6,13 +6,12 @@ DISTVERSION= 20070221
CATEGORIES= archivers
MASTER_SITES= http://www.advsys.net/ken/util/
DISTNAME= ${PORTNAME}_src
+EXTRACT_SUFX= .zip
MAINTAINER= lioux@FreeBSD.org
COMMENT= Produce a .ZIP file from 2 other ones with the best compressed files
-NO_STAGE= yes
-USE_DOS2UNIX= yes
-USE_ZIP= yes
+USES= dos2unix
NO_WRKSUBDIR= yes
PLIST_FILES= bin/${PORTNAME}
@@ -21,6 +20,6 @@ pre-build:
@${CP} ${FILESDIR}/${MAKEFILE} ${WRKSRC}
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>