summaryrefslogtreecommitdiffstats
path: root/java/jboss5
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 /java/jboss5
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 'java/jboss5')
-rw-r--r--java/jboss5/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/jboss5/Makefile b/java/jboss5/Makefile
index 76f5535..637f30e 100644
--- a/java/jboss5/Makefile
+++ b/java/jboss5/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ${APP_TITLE:L}
PORTVERSION= 3.0.0
+PORTREVISION= 1
CATEGORIES= java
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -20,7 +21,7 @@ USE_ZIP= YES
NO_BUILD= YES
WRKSRC= ${WRKDIR}/${DISTNAME}
-APP_HOME?= ${PREFIX}/${PKGBASE}${PORTVERSION}
+APP_HOME?= ${PREFIX}/${PKGBASE}${PORTVERSION:R}
LOG_DIR= ${APP_HOME}/log
PLIST_SUB+= T=${APP_HOME:S/^${PREFIX}\///}
APP_TITLE= JBoss
OpenPOWER on IntegriCloud