diff options
-rw-r--r-- | www/cgiwrap/Makefile | 4 | ||||
-rw-r--r-- | www/cgiwrap/pkg-plist | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/cgiwrap/Makefile b/www/cgiwrap/Makefile index 5ccf0d1..7f9fb33 100644 --- a/www/cgiwrap/Makefile +++ b/www/cgiwrap/Makefile @@ -3,7 +3,7 @@ # Date created: 30 July 1998 # Whom: Brent J. Nordquist <bjn@visi.com> # -# $Id: Makefile,v 1.2 1998/08/17 00:38:16 steve Exp $ +# $Id: Makefile,v 1.3 1999/05/18 02:53:40 mharo Exp $ # DISTNAME= cgiwrap-3.6.3 @@ -37,7 +37,7 @@ CGIDIR= public_html/cgi-bin ### # Use these options for Apache: ### -INSTALLDIR= ${PREFIX}/www/cgi-bin +INSTALLDIR= ${PREFIX}/share/apache/cgi-bin HTTPDUSER= --with-httpd-user=nobody pre-install: diff --git a/www/cgiwrap/pkg-plist b/www/cgiwrap/pkg-plist index 809ee65..8f1af3c 100644 --- a/www/cgiwrap/pkg-plist +++ b/www/cgiwrap/pkg-plist @@ -16,7 +16,7 @@ share/doc/cgiwrap/thanks.html share/doc/cgiwrap/todo.html share/doc/cgiwrap/tricks.html share/doc/cgiwrap/y2k.html -www/cgi-bin/cgiwrap -www/cgi-bin/cgiwrapd -www/cgi-bin/nph-cgiwrap -www/cgi-bin/nph-cgiwrapd +share/apache/cgi-bin/cgiwrap +share/apache/cgi-bin/cgiwrapd +share/apache/cgi-bin/nph-cgiwrap +share/apache/cgi-bin/nph-cgiwrapd |