diff options
author | Ernst de Haan <znerd@FreeBSD.org> | 2002-10-09 22:37:54 +0000 |
---|---|---|
committer | Ernst de Haan <znerd@FreeBSD.org> | 2002-10-09 22:37:54 +0000 |
commit | 054458fd11a77457bfd77753616c11dd674a89bb (patch) | |
tree | c20c980d8d24c5415cc9c9e3b471e4ba120cd781 /www/orion | |
parent | Back out the previous commit to use gcc3.2 on STABLE. (diff) |
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>
Notes
Notes:
svn path=/head/; revision=67718
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 3dbb403db625..87452878276d 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 |