16 lines
947 B
Plaintext
16 lines
947 B
Plaintext
$OpenBSD: patch-contrib_Makefile_in,v 1.3 2009/05/15 06:57:18 sthen Exp $
|
|
|
|
remove gratuitous GNUism, allows building with /usr/bin/make
|
|
|
|
--- contrib/Makefile.in.orig Thu Apr 30 11:20:10 2009
|
|
+++ contrib/Makefile.in Sun May 3 01:48:23 2009
|
|
@@ -388,7 +388,7 @@ uninstall-am:
|
|
|
|
|
|
cherokee: cherokee.pre
|
|
- sed -e "s|%sysconfdir%|${sysconfdir}|g; s|%datadir%|${datadir}|g; s|%docdir%|${docdir}|g; s|%prefix%|${prefix}|g; s|%localstatedir%|${localstatedir}|g; s|%libdir%|${libdir}|g; s|%wwwroot%|${WWW_ROOT}|g; s|%version%|${PACKAGE_VERSION}|g; s|%phpcgi%|${PHPCGI}|g" $< > $@
|
|
+ sed -e "s|%sysconfdir%|${sysconfdir}|g; s|%datadir%|${datadir}|g; s|%docdir%|${docdir}|g; s|%prefix%|${prefix}|g; s|%localstatedir%|${localstatedir}|g; s|%libdir%|${libdir}|g; s|%wwwroot%|${WWW_ROOT}|g; s|%version%|${PACKAGE_VERSION}|g; s|%phpcgi%|${PHPCGI}|g" cherokee.pre > $@
|
|
|
|
all-local: cherokee
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|