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 /math/miracl | |
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 'math/miracl')
-rw-r--r-- | math/miracl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/miracl/Makefile b/math/miracl/Makefile index 85a4008670f2..f2b6989c56bf 100644 --- a/math/miracl/Makefile +++ b/math/miracl/Makefile @@ -24,10 +24,10 @@ LICENSE_PERMS_COMMERCIAL= dist-mirror dist-sell pkg-mirror pkg-sell no-auto-acce ONLY_FOR_ARCHS= i386 amd64 -USES= zip:infozip +USES= zip USE_LDCONFIG= yes -EXTRACT_BEFORE_ARGS= -j -aa -L -q +EXTRACT_BEFORE_ARGS= -j -L -q EXTRACT_AFTER_ARGS= -d ${WRKSRC} PLIST_FILES= lib/libmiracl.a \ |