diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2005-03-29 23:43:48 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2005-03-29 23:43:48 +0000 |
commit | a18de57a8fbe9f4fdb9a084f0633d4935147ca0b (patch) | |
tree | 7f4a0785b6ac0762f0d164729bc156336648c9ac /lang/groovy/Makefile | |
parent | c81715c36ed83ceb2d43afb9210b9bca35cd25a2 (diff) | |
download | ports-a18de57a8fbe9f4fdb9a084f0633d4935147ca0b.tar.gz ports-a18de57a8fbe9f4fdb9a084f0633d4935147ca0b.zip |
Notes
Diffstat (limited to 'lang/groovy/Makefile')
-rw-r--r-- | lang/groovy/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/groovy/Makefile b/lang/groovy/Makefile index cbe24da36ef2..37b202c57270 100644 --- a/lang/groovy/Makefile +++ b/lang/groovy/Makefile @@ -13,8 +13,6 @@ MASTER_SITES= http://dist.codehaus.org/groovy/distributions/ MAINTAINER= hq@FreeBSD.org COMMENT= Agile dynamic language for the JVM -BROKEN= Incomplete pkg-plist - USE_REINPLACE= yes USE_JAVA= yes JAVA_VERSION= 1.4+ @@ -32,7 +30,7 @@ PORTDOCS= changelog-report.html cvs-usage.html dependencies.html \ pmd-report.html project-info.html style team-list.html xref \ xref-test .endif -PLIST_FILES= ${SCRIPTFILES:S,^,bin/,} +PLIST_FILES= ${SCRIPTFILES:S,^,bin/,} %%JAVAJARDIR%%/${PORTNAME}.jar SUB_FILES= set-groovy_home.sed do-install: |