summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2001-11-20 21:40:54 +0000
committerpetef <petef@FreeBSD.org>2001-11-20 21:40:54 +0000
commit660dea82efcff56e1633e3a96ac9bafb6145f069 (patch)
tree6a13b62f5e1db22d2972b202a134e0b478efaf32
parent676ebe6cd3a365f54cd5d43981f2983981f6f850 (diff)
downloadFreeBSD-ports-660dea82efcff56e1633e3a96ac9bafb6145f069.zip
FreeBSD-ports-660dea82efcff56e1633e3a96ac9bafb6145f069.tar.gz
- update to 3.7.1
- change default apache httpd user to www - use DOCSDIR
-rw-r--r--www/cgiwrap/Makefile10
-rw-r--r--www/cgiwrap/distinfo2
2 files changed, 6 insertions, 6 deletions
diff --git a/www/cgiwrap/Makefile b/www/cgiwrap/Makefile
index 3bce796..0226fd8 100644
--- a/www/cgiwrap/Makefile
+++ b/www/cgiwrap/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= cgiwrap
-PORTVERSION= 3.7
+PORTVERSION= 3.7.1
CATEGORIES= www security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -38,7 +38,7 @@ CGIDIR?= public_html/cgi-bin
# Use these options for Apache:
###
MAINCGIDIR?= ${PREFIX}/www/cgi-bin
-HTTPDUSER?= nobody
+HTTPDUSER?= www
pre-install:
@${MKDIR} ${MAINCGIDIR}
@@ -46,14 +46,14 @@ pre-install:
post-install:
strip ${MAINCGIDIR}/cgiwrap
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/cgiwrap
+ @${MKDIR} ${DOCSDIR}
.for file in accesscontrol.html afs.html changes.html comments.html \
download.html faq.html index.html install.html intro.html \
maillist.html notes.html pubs.html quickref.html setup.html \
thanks.html todo.html tricks.html y2k.html
- @${INSTALL_DATA} ${WRKSRC}/htdocs/${file} ${PREFIX}/share/doc/cgiwrap
+ @${INSTALL_DATA} ${WRKSRC}/htdocs/${file} ${DOCSDIR}
.endfor
- @${ECHO} "Documentation installed in ${PREFIX}/share/doc/cgiwrap"
+ @${ECHO} "Documentation installed in ${DOCSDIR}"
.endif
@${CAT} ${PKGMESSAGE}
diff --git a/www/cgiwrap/distinfo b/www/cgiwrap/distinfo
index 069cb72..9cfae5b 100644
--- a/www/cgiwrap/distinfo
+++ b/www/cgiwrap/distinfo
@@ -1 +1 @@
-MD5 (cgiwrap-3.7.tar.gz) = 260c4f559b8c55ef544a07362eace9fb
+MD5 (cgiwrap-3.7.1.tar.gz) = 9d496242d52bdb407ee045d72500c270
OpenPOWER on IntegriCloud