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 /java | |
parent | 869dfb43fab6a3f2a51d1ab26c1b8cd6cf6e4a7a (diff) | |
download | freebsd-ports-graphics-57524a11df3f0950e857f0ffa06d8a160baa9437.tar.gz freebsd-ports-graphics-57524a11df3f0950e857f0ffa06d8a160baa9437.tar.zst freebsd-ports-graphics-57524a11df3f0950e857f0ffa06d8a160baa9437.zip |
- Convert to dos2unix.mk
- While at it convert to gmake.mk ports that still USE_GMAKE.
Diffstat (limited to 'java')
-rw-r--r-- | java/jasmin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/jasmin/Makefile b/java/jasmin/Makefile index f8b5fcb6a60..65d1014502a 100644 --- a/java/jasmin/Makefile +++ b/java/jasmin/Makefile @@ -10,12 +10,12 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Java Assembler Interface +USES= dos2unix USE_ZIP= yes USE_ANT= yes ALL_TARGET= jasmin USE_JAVA= yes JAVA_VERSION= 1.6+ -USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*\.(txt|xml|j|class|java|mf|css|bnf|html) SUB_FILES= jasmin.sh |