diff options
Diffstat (limited to 'java/jgrapht/Makefile')
-rw-r--r-- | java/jgrapht/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/java/jgrapht/Makefile b/java/jgrapht/Makefile index 947fc6d446c8..a7f194798f98 100644 --- a/java/jgrapht/Makefile +++ b/java/jgrapht/Makefile @@ -10,7 +10,8 @@ MASTER_SITES= SF/${PORTNAME}/JGraphT/Version%20${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Java package for mathematical graph-theory objects and algorithms -USES= zip +USES= dos2unix zip +DOS2UNIX_GLOB= *.xml *.java USE_JAVA= yes JAVA_VERSION= 1.6 1.7 @@ -30,7 +31,7 @@ NO_BUILD= yes PORTDOCS= * -PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar +PLIST_FILES= ${JAVAJARDIR}/${PORTNAME}.jar .include <bsd.port.pre.mk> |