diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-27 00:55:34 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-27 00:55:34 +0800 |
commit | 5089ec2b7e4302c00d06ab90f78361df38084ede (patch) | |
tree | 4cb2631999d5bee9490a8dd9ee599f5abc017819 /archivers | |
parent | 30296aeec7cb2107d3bbddd28bdf4f12ac2bd84e (diff) | |
download | freebsd-ports-gnome-5089ec2b7e4302c00d06ab90f78361df38084ede.tar.gz freebsd-ports-gnome-5089ec2b7e4302c00d06ab90f78361df38084ede.tar.zst freebsd-ports-gnome-5089ec2b7e4302c00d06ab90f78361df38084ede.zip |
Support stage
Use bsdtar to extract zip
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/zipmix/Makefile | 7 |
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> |