diff options
author | mat <mat@FreeBSD.org> | 2013-11-20 07:08:44 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-11-20 07:08:44 +0800 |
commit | 57524a11df3f0950e857f0ffa06d8a160baa9437 (patch) | |
tree | ab8d23ab014eb4477219665648225ccea56d0295 /games/xevil | |
parent | 869dfb43fab6a3f2a51d1ab26c1b8cd6cf6e4a7a (diff) | |
download | freebsd-ports-gnome-57524a11df3f0950e857f0ffa06d8a160baa9437.tar.gz freebsd-ports-gnome-57524a11df3f0950e857f0ffa06d8a160baa9437.tar.zst freebsd-ports-gnome-57524a11df3f0950e857f0ffa06d8a160baa9437.zip |
- Convert to dos2unix.mk
- While at it convert to gmake.mk ports that still USE_GMAKE.
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 85baf9464796..7558ea85ecd0 100644 --- a/games/xevil/Makefile +++ b/games/xevil/Makefile @@ -18,9 +18,10 @@ OPTIONS_DEFINE= DOCS NO_WRKSUBDIR=yes +USES= dos2unix USE_ZIP= yes USE_XORG= xpm -USE_DOS2UNIX= *.cpp *.h config.mk makefile +DOS2UNIX_GLOB= *.cpp *.h config.mk makefile MAKEFILE= makefile MAKE_ARGS= DEPTH="${WRKSRC}" ALL_TARGET= ${OPSYS:L} |