1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/www/mod_php5/files/patch-as
2000-05-17 21:54:49 +00:00

18 lines
442 B
Plaintext

--- ../php/Makefile.in.orig Wed May 3 06:51:11 2000
+++ ../php/Makefile.in Wed May 17 23:42:28 2000
@@ -1,4 +1,4 @@
-
+
ZEND_DIR = $(srcdir)/Zend
SUBDIRS = Zend ext sapi $(TSRM_DIR) $(REGEX_DIR) . $(PEAR_DIR)
@@ -29,7 +29,7 @@
targets = $(LTLIBRARY_NAME) $(PROGRAM_NAME)
-install_targets = install-sapi install-modules
+install_targets = install-sapi
include $(top_srcdir)/build/rules.mk
include $(top_srcdir)/build/library.mk