diff options
author | znerd <znerd@FreeBSD.org> | 2003-04-10 07:21:47 +0000 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2003-04-10 07:21:47 +0000 |
commit | e3c1f4376265f1a9f9343ad5c47e6efc1bf01ae7 (patch) | |
tree | 5d9f931f871bacfca367465e4677de7c00406646 /www/orion/Makefile | |
parent | f3a8493358e7e3120a91244f0eb8fa228c211cf5 (diff) | |
download | FreeBSD-ports-e3c1f4376265f1a9f9343ad5c47e6efc1bf01ae7.zip FreeBSD-ports-e3c1f4376265f1a9f9343ad5c47e6efc1bf01ae7.tar.gz |
Upgrade to Orion 2.0.1.
Diffstat (limited to 'www/orion/Makefile')
-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 00530af..e818d75 100644 --- a/www/orion/Makefile +++ b/www/orion/Makefile @@ -6,7 +6,7 @@ # PORTNAME= orion -PORTVERSION= 2.0 +PORTVERSION= 2.0.1 CATEGORIES= www java MASTER_SITES= http://www.orionserver.com/distributions/ \ http://www.atlassian.com/software/orion/downloads/ @@ -21,7 +21,7 @@ USE_ZIP= YES NO_BUILD= YES WRKSRC= ${WRKDIR}/${PORTNAME} -APP_HOME?= ${PREFIX}/${PKGBASE}${PORTVERSION:R} +APP_HOME?= ${PREFIX}/${PKGBASE}${PORTVERSION:R:R} LOG_DIR= ${APP_HOME}/log PLIST_SUB+= T=${APP_HOME:S/^${PREFIX}\///} APP_TITLE= Orion Server |