summaryrefslogtreecommitdiffstats
path: root/www/tomcat41
diff options
context:
space:
mode:
authorznerd <znerd@FreeBSD.org>2002-10-09 22:37:54 +0000
committerznerd <znerd@FreeBSD.org>2002-10-09 22:37:54 +0000
commit63550ed56d31576bf131f0775cac834822a31c38 (patch)
treed196280a5edf69de68a94859fdc91aa4980c7b25 /www/tomcat41
parent12a0c5e90ba9c7cf6de947dd0176c6e3076a0e5f (diff)
downloadFreeBSD-ports-63550ed56d31576bf131f0775cac834822a31c38.zip
FreeBSD-ports-63550ed56d31576bf131f0775cac834822a31c38.tar.gz
Changed target installation directory so it does not include
the minor version number anymore. Bumped PORTREVISION. PR: 43565 Requested by: Andrew Gerweck <andy@gerweck.dyndns.org>
Diffstat (limited to 'www/tomcat41')
-rw-r--r--www/tomcat41/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/tomcat41/Makefile b/www/tomcat41/Makefile
index ead3039..ba785b1 100644
--- a/www/tomcat41/Makefile
+++ b/www/tomcat41/Makefile
@@ -7,6 +7,7 @@
PORTNAME= jakarta-tomcat
PORTVERSION= 4.1.12
+PORTREVISION= 1
CATEGORIES= www java
MASTER_SITES= http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v${PORTVERSION}/bin/ \
http://www.metaverse.nl/~ernst/ \
@@ -20,7 +21,7 @@ NO_BUILD= YES
MAJOR_VER= ${PORTVERSION:R}
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-APP_HOME?= ${PREFIX}/${PKGBASE}${PORTVERSION}
+APP_HOME?= ${PREFIX}/${PKGBASE}${PORTVERSION:R}
LOG_DIR= ${APP_HOME}/logs
PLIST_SUB+= T=${APP_HOME:S/^${PREFIX}\///}
APP_TITLE= Jakarta Tomcat
OpenPOWER on IntegriCloud