diff options
author | pav <pav@FreeBSD.org> | 2009-08-03 04:15:46 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-08-03 04:15:46 +0800 |
commit | 0f9e39ec5d8366d15957edf88c50545b4e2c08a5 (patch) | |
tree | 801d9dab428a9c891a3a42ff58bfe8512ded7d95 /www/pebble | |
parent | 6920c65fd5bcbacf9a75535a988e89eb15f41143 (diff) | |
download | freebsd-ports-gnome-0f9e39ec5d8366d15957edf88c50545b4e2c08a5.tar.gz freebsd-ports-gnome-0f9e39ec5d8366d15957edf88c50545b4e2c08a5.tar.zst freebsd-ports-gnome-0f9e39ec5d8366d15957edf88c50545b4e2c08a5.zip |
- Chase tomcat6's change of installation prefix, bump portrevisions just in
case (untested)
Reported by: pointyhat
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} |