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/paq | |
parent | Allow multiple EXTRACT_DEPENDS (diff) |
Convert archivers to USES=zip
Notes
Notes:
svn path=/head/; revision=347400
Diffstat (limited to 'archivers/paq')
-rw-r--r-- | archivers/paq/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/paq/Makefile b/archivers/paq/Makefile index 6e5e6cbbc48e..50f30dd688ca 100644 --- a/archivers/paq/Makefile +++ b/archivers/paq/Makefile @@ -15,8 +15,7 @@ COMMENT= Family of archivers with extremely high compression ratios LICENSE= GPLv3 MIT LICENSE_COMB= multi -USE_ZIP= yes -USES= dos2unix +USES= dos2unix zip:infozip EXTRACT_AFTER_ARGS= -x *.bat *.exe readme.txt -d ${WRKDIR} NO_WRKSUBDIR= yes |