diff options
author | adrianp <adrianp@pkgsrc.org> | 2009-02-22 23:38:46 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2009-02-22 23:38:46 +0000 |
commit | e85005ec0d4454d6d7affcaab68eff2e53eaf4f9 (patch) | |
tree | eb04c340ca798200e875698e47b4d5aa02a98d06 /lang/php5 | |
parent | fc676a584a2909e8b1253b071b1c21c566f43b77 (diff) | |
download | pkgsrc-e85005ec0d4454d6d7affcaab68eff2e53eaf4f9.tar.gz |
Fix for suhosin MESSAGE
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/php5/Makefile.php b/lang/php5/Makefile.php index 0787567aea4..4cdc2d989ed 100644 --- a/lang/php5/Makefile.php +++ b/lang/php5/Makefile.php @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.php,v 1.31 2009/02/17 23:18:55 adrianp Exp $ +# $NetBSD: Makefile.php,v 1.32 2009/02/22 23:38:46 adrianp Exp $ # .include "../../lang/php5/Makefile.common" @@ -59,8 +59,8 @@ PATCH_SITES= http://download.suhosin.org/ PATCHFILES+= suhosin-patch-5.2.8-0.9.6.3.patch.gz PATCH_DIST_STRIP= -p1 PLIST.suhosin= yes -MESSAGE_SRC= ${PKGDIR}/MESSAGE -MESSAGE_SRC+= ${PKGDIR}/MESSAGE.suhosin +MESSAGE_SRC= ${.CURDIR}/../../lang/php5/MESSAGE +MESSAGE_SRC+= ${.CURDIR}/../../lang/php5/MESSAGE.suhosin .endif .if !empty(PKG_OPTIONS:Minet6) |