openbsd-ports/lang/php/5.3/patches/patch-scripts_Makefile_frag
sthen 748511976d Use PATCHORIG, regen patches and rename the files which didn't match the
normal update-patches filenames. This avoids update-patches picking up the
.orig files in PHP distfiles and make it easier to keep in-sync. ok robert@
2011-06-18 19:49:22 +00:00

15 lines
413 B
Plaintext

$OpenBSD: patch-scripts_Makefile_frag,v 1.2 2011/06/18 19:49:50 sthen Exp $
--- scripts/Makefile.frag.orig.port Tue Jul 13 18:24:13 2010
+++ scripts/Makefile.frag Sat Jun 18 12:14:54 2011
@@ -3,8 +3,8 @@
# Build environment install
#
-phpincludedir = $(includedir)/php
-phpbuilddir = $(libdir)/build
+phpincludedir = $(peardir)/include
+phpbuilddir = $(peardir)/build
BUILD_FILES = \
scripts/phpize.m4 \