aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2008-04-06 02:15:06 +0800
committerrafan <rafan@FreeBSD.org>2008-04-06 02:15:06 +0800
commit3864e16daa7437745a2a0978c8e321bdc727c2de (patch)
tree11bbb64709d1c8230725c635aac49fc468a9054c /www
parent957832a47c81b9c8aa7d32b669840f1c386743b8 (diff)
downloadfreebsd-ports-gnome-3864e16daa7437745a2a0978c8e321bdc727c2de.tar.gz
freebsd-ports-gnome-3864e16daa7437745a2a0978c8e321bdc727c2de.tar.zst
freebsd-ports-gnome-3864e16daa7437745a2a0978c8e321bdc727c2de.zip
- Install missing essential files
- Bump PORTREVISION PR: ports/122465 Submitted by: Mitchell Smith <mjs at bur.st> (maintainer)
Diffstat (limited to 'www')
-rw-r--r--www/grails/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/grails/Makefile b/www/grails/Makefile
index eae0ca65742f..92143bb20ee6 100644
--- a/www/grails/Makefile
+++ b/www/grails/Makefile
@@ -7,6 +7,7 @@
PORTNAME= grails
DISTVERSION= 1.0.2
+PORTREVISION= 1
CATEGORIES= www java
MASTER_SITES= http://dist.codehaus.org/grails/
DISTNAME= ${PORTNAME}-bin-${PORTVERSION}
@@ -20,7 +21,8 @@ USE_JAVA= yes
JAVA_VERSION= 1.4+
NO_BUILD= yes
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
-DATAFILES= LICENSE conf dist media lib scripts
+DATAFILES= LICENSE build.properties build.xml ant conf dist media lib \
+ scripts src
SCRIPTFILES= grails grails-debug startGrails
.if !defined(NOPORTDOCS)