aboutsummaryrefslogtreecommitdiff
path: root/www/crp/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-10-10 21:19:58 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-10-10 21:19:58 +0000
commita72607c7b8163f3f6afeb054b505f8799fb5d9ae (patch)
tree8b332acad5e11ab6fee4258d6f6fe6054b791174 /www/crp/Makefile
parent0a3e78eb8c4c97a6dbe79a7c71d12ee51326f2e5 (diff)
downloadports-a72607c7b8163f3f6afeb054b505f8799fb5d9ae.tar.gz
ports-a72607c7b8163f3f6afeb054b505f8799fb5d9ae.zip
Notes
Diffstat (limited to 'www/crp/Makefile')
-rw-r--r--www/crp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/crp/Makefile b/www/crp/Makefile
index 7227bd80d8fc..09b67b3daee0 100644
--- a/www/crp/Makefile
+++ b/www/crp/Makefile
@@ -3,6 +3,7 @@
PORTNAME= crp
PORTVERSION= 20031012
+PORTREVISION= 1
CATEGORIES= www science
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Oct-12-2003
DISTNAME= CRP
@@ -14,6 +15,7 @@ COMMENT= Automates the process of being the program chair of a conference
USE_PHP= yes
WANT_PHP_WEB= yes
NO_BUILD= yes
+PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
SPOOLDIR?= /var/spool/conference
@@ -28,6 +30,5 @@ do-install:
@${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR}/
@${SED} -e 's#/var/www/html#${WWWDIR}#' \
${WRKSRC}/Code/confHeader.inc > ${STAGEDIR}${WWWDIR}/Code/confHeader.inc
- @${CHOWN} -R ${WWWOWN}:${WWWGROUP} ${STAGEDIR}${WWWDIR} ${STAGEDIR}${SPOOLDIR}
.include <bsd.port.mk>