diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-07 15:35:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-07 15:35:40 +0000 |
commit | af8d1ef59ecb3fb312e77b125f1f6af12fa058cd (patch) | |
tree | 774c4f7611ec5992cbebffa2b18ed52ae753a98d /archivers/zipmix | |
parent | bebb0247f71664ce6df4b62aacbbc0669b2ee73b (diff) | |
download | ports-af8d1ef59ecb3fb312e77b125f1f6af12fa058cd.tar.gz ports-af8d1ef59ecb3fb312e77b125f1f6af12fa058cd.zip |
Notes
Diffstat (limited to 'archivers/zipmix')
-rw-r--r-- | archivers/zipmix/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/zipmix/Makefile b/archivers/zipmix/Makefile index 54d5d3a83753..6c34acc5aa26 100644 --- a/archivers/zipmix/Makefile +++ b/archivers/zipmix/Makefile @@ -6,12 +6,11 @@ DISTVERSION= 20070221 CATEGORIES= archivers MASTER_SITES= http://www.advsys.net/ken/util/ DISTNAME= ${PORTNAME}_src -EXTRACT_SUFX= .zip MAINTAINER= ports@FreeBSD.org COMMENT= Produce a .ZIP file from 2 other ones with the best compressed files -USES= dos2unix +USES= dos2unix zip NO_WRKSUBDIR= yes PLIST_FILES= bin/${PORTNAME} |