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 /games/quake3-data | |
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 'games/quake3-data')
-rw-r--r-- | games/quake3-data/Makefile.include | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/games/quake3-data/Makefile.include b/games/quake3-data/Makefile.include index a7f196158479..466a586e7ee5 100644 --- a/games/quake3-data/Makefile.include +++ b/games/quake3-data/Makefile.include @@ -15,8 +15,3 @@ SUB_LIST+= Q3DIR="${Q3DIR}" .if ${PORTNAME} != "data" RUN_DEPENDS+= ${Q3DIR}/baseq3/pak1.pk3:${PORTSDIR}/games/quake3-data .endif - -# When extracting ZIP archives, ask it to convert text files to Unix style -.if defined(USE_ZIP) -EXTRACT_BEFORE_ARGS= -aqo -.endif |