748511976d
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@
15 lines
413 B
Plaintext
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 \
|