diff options
author | petef <petef@FreeBSD.org> | 2001-11-21 05:40:54 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-11-21 05:40:54 +0800 |
commit | 660dea82efcff56e1633e3a96ac9bafb6145f069 (patch) | |
tree | 6a13b62f5e1db22d2972b202a134e0b478efaf32 /www/cgiwrap | |
parent | 676ebe6cd3a365f54cd5d43981f2983981f6f850 (diff) | |
download | freebsd-ports-gnome-660dea82efcff56e1633e3a96ac9bafb6145f069.tar.gz freebsd-ports-gnome-660dea82efcff56e1633e3a96ac9bafb6145f069.tar.zst freebsd-ports-gnome-660dea82efcff56e1633e3a96ac9bafb6145f069.zip |
- update to 3.7.1
- change default apache httpd user to www
- use DOCSDIR
Diffstat (limited to 'www/cgiwrap')
-rw-r--r-- | www/cgiwrap/Makefile | 10 | ||||
-rw-r--r-- | www/cgiwrap/distinfo | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/cgiwrap/Makefile b/www/cgiwrap/Makefile index 3bce796bb2c2..0226fd882536 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 069cb721ce68..9cfae5bdb397 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 |