diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 14:49:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 14:49:26 +0000 |
commit | 665bec206dcb6c4d1e6d2763147022da72013147 (patch) | |
tree | c9bc7d175d1787d3182be06d12c45d1a2fe32a2b /games/glest-data | |
parent | dd0f478654597e17086b295a97e2e7e1caa0b36c (diff) | |
download | ports-665bec206dcb6c4d1e6d2763147022da72013147.tar.gz ports-665bec206dcb6c4d1e6d2763147022da72013147.zip |
Notes
Diffstat (limited to 'games/glest-data')
-rw-r--r-- | games/glest-data/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/glest-data/Makefile b/games/glest-data/Makefile index ddecfe963167..c58b875f45a6 100644 --- a/games/glest-data/Makefile +++ b/games/glest-data/Makefile @@ -12,8 +12,8 @@ DIST_SUBDIR= glest MAINTAINER= acm@FreeBSD.org COMMENT= Glest data files -USE_ZIP= yes -USE_DOS2UNIX= *.log *.ini *.html *.txt *.lng +USES= dos2unix zip +DOS2UNIX_GLOB= *.log *.ini *.html *.txt *.lng NO_BUILD= yes PLIST= ${WRKDIR}/pkg-plist |