diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-08-02 20:15:46 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-08-02 20:15:46 +0000 |
commit | 602298c76deefef952a6667c8803056d5670df79 (patch) | |
tree | 344872e95ce980bc846407ebecc09ecf95113cd0 /www/pebble | |
parent | bf1d79c1c700443beabe799428d32258086af971 (diff) |
Notes
Diffstat (limited to 'www/pebble')
-rw-r--r-- | www/pebble/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/pebble/Makefile b/www/pebble/Makefile index 9e685b7c349d..c3df2ff78d37 100644 --- a/www/pebble/Makefile +++ b/www/pebble/Makefile @@ -7,6 +7,7 @@ PORTNAME= pebble PORTVERSION= 2.3.2 +PORTREVISION= 1 CATEGORIES= www java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= pebble @@ -16,13 +17,13 @@ COMMENT= Lightweight, open source, Java EE blogging tool PATCH_DEPENDS= zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip -RUN_DEPENDS= ${LOCALBASE}/apache-tomcat6.0/bin/catalina.sh:${PORTSDIR}/www/tomcat6 +RUN_DEPENDS= ${LOCALBASE}/apache-tomcat-6.0/bin/catalina.sh:${PORTSDIR}/www/tomcat6 USE_ZIP= yes NO_BUILD= yes -WEBAPP_SUBDIR= apache-tomcat6.0/webapps +WEBAPP_SUBDIR= apache-tomcat-6.0/webapps WEBAPP_DIR= ${PREFIX}/${WEBAPP_SUBDIR} PEBBLE_HOME?= /var/lib/${PORTNAME} |