diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-06-24 07:43:27 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-06-24 07:43:27 +0000 |
commit | 2ce2081d2f9b62810ccd17ef8b0e1f184c2c68e8 (patch) | |
tree | 92a194d99d0783d039dc93ad612c9e411b7ecb8d /www/resin3/files/patch-apache-Makefile.in | |
parent | Update to 6.0.2.7 (diff) |
Update to 3.0.8:
http://www.caucho.com/resin-3.0/features/resin-3.0.8.xtp
PR: ports/68002
Submitted by: maintainer
Diffstat (limited to 'www/resin3/files/patch-apache-Makefile.in')
-rw-r--r-- | www/resin3/files/patch-apache-Makefile.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/www/resin3/files/patch-apache-Makefile.in b/www/resin3/files/patch-apache-Makefile.in deleted file mode 100644 index 8ebf14cf636d..000000000000 --- a/www/resin3/files/patch-apache-Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- src/c/plugin/apache/Makefile.in.orig Sun Mar 28 12:45:11 2004 -+++ src/c/plugin/apache/Makefile.in Sun Mar 28 12:47:59 2004 -@@ -29,8 +29,7 @@ - $(CC) -c $(INCLUDES) $(CFLAGS) $<
-
- install :
-- sh install.sh -conf $(apache_conf) -libexec $(apache_libexec) \
-- -resin_home $(resin_home)
-+ %%APXS%% -i -a -n caucho mod_caucho.so
-
- clean :
- - rm *.o *.lo *.la *.so
|