diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-11-20 21:40:54 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-11-20 21:40:54 +0000 |
commit | 155075168508ea7cceb531e80b20bea0200fecd9 (patch) | |
tree | 1ac7a7617ef5c9b9449f1fb0542b02c3dffcaeb4 /www/cgiwrap | |
parent | e48f944fc490329735137b448abcd4a7726387fa (diff) | |
download | ports-155075168508ea7cceb531e80b20bea0200fecd9.tar.gz ports-155075168508ea7cceb531e80b20bea0200fecd9.zip |
Notes
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 |