1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/www/fcgi/files/patch-aa
Steve Price f05ecefc5e Initial import of fcgi-devkit version 2.1.
The FastCGI development kit.

PR:		11699
Submitted by:	Kelly Yancey <kbyanc@alcnet.com>
1999-06-09 01:43:06 +00:00

37 lines
892 B
Plaintext

*** Makefile.in.orig Thu May 13 17:22:24 1999
--- Makefile.in Thu May 13 17:31:56 1999
***************
*** 14,20 ****
prefix = @prefix@
common_prefix = @common_prefix@
CVS_TAG = @CVS_TAG@
! EXPORT_DIR = $(prefix)/build
PROTO_DIR = ../proto
BIN_DIR = $(exec_prefix)/bin
LIB_DIR = $(prefix)/lib
--- 14,20 ----
prefix = @prefix@
common_prefix = @common_prefix@
CVS_TAG = @CVS_TAG@
! EXPORT_DIR = $(prefix)/fcgi-devkit
PROTO_DIR = ../proto
BIN_DIR = $(exec_prefix)/bin
LIB_DIR = $(prefix)/lib
***************
*** 41,47 ****
(cd cgi-fcgi; make all)
(cd examples; make all)
! export:
@ for i in $(TARGET_DIRS); \
do \
if test ! -d $$i; then \
--- 41,47 ----
(cd cgi-fcgi; make all)
(cd examples; make all)
! install: all
@ for i in $(TARGET_DIRS); \
do \
if test ! -d $$i; then \