diff options
Diffstat (limited to 'www/mod_php3/Makefile')
-rw-r--r-- | www/mod_php3/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index fb170922eaab..4bb7ac7415fd 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/Makefile @@ -41,6 +41,9 @@ MASTER_SITES= http://www.apache.org/dist/ \ ftp://ftp.fu-berlin.de/unix/security/mod_ssl/ DISTFILES= apache_${VERSION_APACHE}.tar.gz php-${VERSION_PHP}.tar.gz +PATCH_SITES= http://www.physik.TU-Berlin.DE/~ibex/ports/distfiles/ +PATCHFILES= php_file.c.diff + MAINTAINER= dirk@FreeBSD.org Y2K= http://www.php.net/y2k.php3 |