diff options
author | pav <pav@FreeBSD.org> | 2010-06-03 23:54:29 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-06-03 23:54:29 +0800 |
commit | 53f4b372e0b67aa39ec24b0473e3454201de1c92 (patch) | |
tree | fddadccc505dc31b17790691a28204f894c9d8af /games/xevil | |
parent | 37d148ed9c0d6a016f957b09a710ba200db77dae (diff) | |
download | freebsd-ports-gnome-53f4b372e0b67aa39ec24b0473e3454201de1c92.tar.gz freebsd-ports-gnome-53f4b372e0b67aa39ec24b0473e3454201de1c92.tar.zst freebsd-ports-gnome-53f4b372e0b67aa39ec24b0473e3454201de1c92.zip |
- Convert unzip -a to USE_DOS2UNIX
PR: ports/146533
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua>
Diffstat (limited to 'games/xevil')
-rw-r--r-- | games/xevil/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xevil/Makefile b/games/xevil/Makefile index 4b1bf70401db..8aa459f18e9a 100644 --- a/games/xevil/Makefile +++ b/games/xevil/Makefile @@ -17,6 +17,7 @@ COMMENT= A fast-action, networked, anti-social, kill-everything game USE_ZIP= yes USE_XORG= xpm +USE_DOS2UNIX= makefile config.mk cmn/makefile cmn/*.cpp cmn/*.h x11/makefile x11/*.cpp MAKEFILE= makefile ALL_TARGET= freebsd MAKE_JOBS_UNSAFE= yes @@ -32,7 +33,7 @@ pre-extract: @${MKDIR} ${WRKDIR}/${DISTNAME} do-extract: - @unzip -aqo ${DISTDIR}/${DISTFILES} -d ${WRKSRC} + @${UNZIP_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${DISTFILES} -d ${WRKSRC} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/x11/FREEBSD/xevil ${PREFIX}/bin/xevil |