diff options
author | Florian Smeets <flo@FreeBSD.org> | 2012-10-31 23:17:44 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2012-10-31 23:17:44 +0000 |
commit | f4da0d7bf5e15f1b2cf2f877896eb5991ac5ef0f (patch) | |
tree | dcd69e9e811df4c8c5a13868ff44952337371774 /lang/php53/Makefile | |
parent | 9ca196a74a73088ca30a7f88fd516932a1aab34e (diff) | |
download | ports-f4da0d7bf5e15f1b2cf2f877896eb5991ac5ef0f.tar.gz ports-f4da0d7bf5e15f1b2cf2f877896eb5991ac5ef0f.zip |
Notes
Diffstat (limited to 'lang/php53/Makefile')
-rw-r--r-- | lang/php53/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 46cd963a16e0..19579c1e80a1 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -58,12 +58,12 @@ MAN1= php-config.1 phpize.1 PATCH_DIST_STRIP= -p1 -PATCH_SITES+= ${MASTER_SITE_LOCAL} +PATCH_SITES+= ${MASTER_SITE_LOCAL} \ + http://people.freebsd.org/~flo/ PATCH_SITE_SUBDIR= flo .if ${PORT_OPTIONS:MSUHOSIN} -PATCHFILES+= suhosin-patch-5.3.x-0.9.10.patch.gz -PATCH_SITES+= http://download.suhosin.org/:suhosin +PATCHFILES+= suhosin-patch-5.3.x-0.9.10.1.patch.gz PLIST_SUB+= SUHOSIN="" .else PLIST_SUB+= SUHOSIN="@comment " |