mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
c26ee9220a
will fix an error I introduced with my last commit. PR: 85460 Reported by: Boris Kovalenko <boris@tagnet.ru> Submitted by: maintainer
15 lines
502 B
Plaintext
15 lines
502 B
Plaintext
--- modules/c/src/apache1/Makefile.in.orig Sat Mar 5 22:18:38 2005
|
|
+++ modules/c/src/apache1/Makefile.in Thu Sep 1 12:44:50 2005
|
|
@@ -35,11 +35,6 @@
|
|
$(CC) -c $(INCLUDES) $(CFLAGS) $<
|
|
|
|
install : mod_caucho.la
|
|
- $(LIBTOOL) --mode=install $(CP) mod_caucho.la $(apache_libexec)
|
|
- - rm -f $(apache_libexec)/mod_caucho.la
|
|
- - rm -f $(apache_libexec)/mod_caucho.a
|
|
- sh install.sh -conf $(apache_conf) -libexec $(apache_libexec) \
|
|
- -resin_home $(resin_home)
|
|
|
|
clean :
|
|
- rm *.o *.lo *.la *.so .libs
|