diff options
author | ak <ak@FreeBSD.org> | 2014-06-06 23:26:41 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2014-06-06 23:26:41 +0800 |
commit | 0f745f489ad0222501a397101b34d7d775d2e7eb (patch) | |
tree | e64e38f3c341f18dafeb8cfc804d3d868ce5881f /archivers | |
parent | a96bbf53e83e05784f9f205c0c9f1801f6b1b416 (diff) | |
download | freebsd-ports-gnome-0f745f489ad0222501a397101b34d7d775d2e7eb.tar.gz freebsd-ports-gnome-0f745f489ad0222501a397101b34d7d775d2e7eb.tar.zst freebsd-ports-gnome-0f745f489ad0222501a397101b34d7d775d2e7eb.zip |
- Use /usr/bin/unzip for zip files extraction (part 2)
Remove most of USES=zip:infozip
PR: ports/188419
Approved by: portmgr (bapt)
Exp-run: antoine
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/qpress/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/qpress/Makefile b/archivers/qpress/Makefile index 14962ce4ad2c..f958c739fa80 100644 --- a/archivers/qpress/Makefile +++ b/archivers/qpress/Makefile @@ -12,7 +12,7 @@ COMMENT= Portable file archiver using QuickLZ LICENSE= GPLv2 -USES= dos2unix zip:infozip +USES= dos2unix zip EXTRACT_AFTER_ARGS= -d ${WRKSRC} PLIST_FILES= bin/qpress |