diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2014-06-04 15:45:30 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2014-06-04 15:45:30 +0000 |
commit | 909cf0c37a261580a8ed41a73e4bf979396878fd (patch) | |
tree | d2e14471d40e5059f5f727a1b315c24b2758c1ba /www/sventon | |
parent | 4bb37acce5e1ca141e5592c2107c53114084e58a (diff) | |
download | ports-909cf0c37a261580a8ed41a73e4bf979396878fd.tar.gz ports-909cf0c37a261580a8ed41a73e4bf979396878fd.zip |
Notes
Diffstat (limited to 'www/sventon')
-rw-r--r-- | www/sventon/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/sventon/Makefile b/www/sventon/Makefile index f9bac3944f50..b2904b79fe46 100644 --- a/www/sventon/Makefile +++ b/www/sventon/Makefile @@ -6,7 +6,7 @@ CATEGORIES= www java MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME}-${PORTVERSION}-bin-svnkit -MAINTAINER= jgh@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Web client for browsing Subversion repositories LICENSE= GPLv3 @@ -19,7 +19,6 @@ OPTIONS_SINGLE= AS OPTIONS_SINGLE_AS= TOMCAT6 OPTIONS_DEFAULT= TOMCAT6 -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MTOMCAT6} @@ -43,8 +42,7 @@ post-extract: @${TAR} xf ${WRKSRC}/svn.war -C ${WRKDIR}/${PORTDIRNAME} do-install: - ${INSTALL} -d -o ${WWWOWN} -g ${WWWGRP} ${APPHOME}/webapps/${PORTDIRNAME} - cd ${WRKDIR}/${PORTDIRNAME} && ${COPYTREE_SHARE} \* ${APPHOME}/webapps/${PORTDIRNAME} - @${CAT} ${PKGMESSAGE} + ${INSTALL} -d -o ${WWWOWN} -g ${WWWGRP} ${STAGEDIR}${APPHOME}/webapps/${PORTDIRNAME} + cd ${WRKDIR}/${PORTDIRNAME} && ${COPYTREE_SHARE} \* ${STAGEDIR}${APPHOME}/webapps/${PORTDIRNAME} .include <bsd.port.mk> |