diff options
author | andreas <andreas@FreeBSD.org> | 1999-08-08 22:28:18 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1999-08-08 22:28:18 +0800 |
commit | c6b09624375c103eb2008dbc69987f072bfcd8c0 (patch) | |
tree | 0626fa0fbecc2fb6ab64d99f1c99d45635e8e556 /www/cgiwrap | |
parent | 21a8160517355354e385b6364d316f08ce8fe56a (diff) | |
download | freebsd-ports-gnome-c6b09624375c103eb2008dbc69987f072bfcd8c0.tar.gz freebsd-ports-gnome-c6b09624375c103eb2008dbc69987f072bfcd8c0.tar.zst freebsd-ports-gnome-c6b09624375c103eb2008dbc69987f072bfcd8c0.zip |
apache's cgi-dir now resides in ${PREFIX}/share/apache
Diffstat (limited to 'www/cgiwrap')
-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 5ccf0d17047a..7f9fb338b2fd 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 809ee6544c30..8f1af3c7134d 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 |