apache's cgi-dir now resides in ${PREFIX}/share/apache
This commit is contained in:
parent
b4600af686
commit
17da5ba7bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20614
2 changed files with 6 additions and 6 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue