diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-07-11 12:32:39 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-07-11 12:32:39 +0000 |
commit | 1b6bc4929d54cffb8dfb1913d575b22fbb09481b (patch) | |
tree | 112b251fcfc96bcd099500c490e78f9ae027cbbe /www/mod_scgi | |
parent | 29fcb136edce388210aaf95bc0a57bf33d5b051e (diff) | |
download | ports-1b6bc4929d54cffb8dfb1913d575b22fbb09481b.tar.gz ports-1b6bc4929d54cffb8dfb1913d575b22fbb09481b.zip |
Notes
Diffstat (limited to 'www/mod_scgi')
-rw-r--r-- | www/mod_scgi/Makefile | 6 | ||||
-rw-r--r-- | www/mod_scgi/files/patch-apache2-Makefile | 11 |
2 files changed, 4 insertions, 13 deletions
diff --git a/www/mod_scgi/Makefile b/www/mod_scgi/Makefile index 6c94424b1963..2506dac8106d 100644 --- a/www/mod_scgi/Makefile +++ b/www/mod_scgi/Makefile @@ -16,10 +16,9 @@ MAINTAINER= dryice@liu.com.cn COMMENT= Apache module that implements the client side of the SCGI protocol USE_APACHE= yes +USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/${APACHE_DIR} -BROKEN= "Does not build" - .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/include/apache2/apr.h) WITH_APACHE2= yes @@ -33,6 +32,9 @@ APACHE_DIR= apache1 PLIST_SUB= APACHE_DIR=apache .endif +post-patch: + ${REINPLACE_CMD} -E -e 's,apxs2?,${APXS},g' ${WRKSRC}/Makefile + post-install: @${CAT} ${PKGMESSAGE} diff --git a/www/mod_scgi/files/patch-apache2-Makefile b/www/mod_scgi/files/patch-apache2-Makefile deleted file mode 100644 index 0fc8186f5111..000000000000 --- a/www/mod_scgi/files/patch-apache2-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- ../apache2/Makefile.orig Sat Jun 26 08:54:08 2004 -+++ ../apache2/Makefile Sat Jun 26 08:54:56 2004 -@@ -1,6 +1,6 @@ - --APXS=apxs2 --APACHECTL=apache2ctl -+APXS=apxs -+APACHECTL=apachectl - - all: - $(APXS) -c mod_scgi.c |