diff options
author | hq <hq@FreeBSD.org> | 2005-03-30 07:43:48 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2005-03-30 07:43:48 +0800 |
commit | 9defc31558e75cad8e3e4eb5031b334c37466003 (patch) | |
tree | 0eb97a0914040ecc42fc0e283b5bc05a51461164 /lang/groovy | |
parent | d487b8080f3ab477c64cb2c8477b58badfbbde50 (diff) | |
download | freebsd-ports-gnome-9defc31558e75cad8e3e4eb5031b334c37466003.tar.gz freebsd-ports-gnome-9defc31558e75cad8e3e4eb5031b334c37466003.tar.zst freebsd-ports-gnome-9defc31558e75cad8e3e4eb5031b334c37466003.zip |
Unbreak: fix packing list
Reported by: kris via pointyhat
Approved by: portmgr (krion)
Diffstat (limited to 'lang/groovy')
-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: |