diff options
author | znerd <znerd@FreeBSD.org> | 2002-10-09 22:37:54 +0000 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2002-10-09 22:37:54 +0000 |
commit | 63550ed56d31576bf131f0775cac834822a31c38 (patch) | |
tree | d196280a5edf69de68a94859fdc91aa4980c7b25 /www/orion | |
parent | 12a0c5e90ba9c7cf6de947dd0176c6e3076a0e5f (diff) | |
download | FreeBSD-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/orion')
-rw-r--r-- | www/orion/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/orion/Makefile b/www/orion/Makefile index 3dbb403..8745287 100644 --- a/www/orion/Makefile +++ b/www/orion/Makefile @@ -7,7 +7,7 @@ PORTNAME= orion PORTVERSION= 1.5.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www java MASTER_SITES= http://www.orionserver.com/distributions/ \ http://www.atlassian.com/software/orion/downloads/ \ @@ -23,7 +23,7 @@ USE_ZIP= YES NO_BUILD= YES WRKSRC= ${WRKDIR}/${PORTNAME} -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= Orion Server |