From 660dea82efcff56e1633e3a96ac9bafb6145f069 Mon Sep 17 00:00:00 2001 From: petef Date: Tue, 20 Nov 2001 21:40:54 +0000 Subject: - update to 3.7.1 - change default apache httpd user to www - use DOCSDIR --- www/cgiwrap/Makefile | 10 +++++----- www/cgiwrap/distinfo | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'www/cgiwrap') 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 -- cgit v1.1