diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-08-19 11:55:29 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-08-19 11:55:29 +0000 |
commit | 1048912f96da25bbf08b0052fe7ff7fcd94019f0 (patch) | |
tree | 03bf7e80f7d0926087644c9b0c901bbb9495010a /www/mod_php5 | |
parent | Rework MASTER_SITES: (diff) |
Fix typo: remove '\' from the last MASTER_SITE.
Diffstat (limited to 'www/mod_php5')
-rw-r--r-- | www/mod_php5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index 5e828cf72715..e0150e536574 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/Makefile @@ -3,7 +3,7 @@ # Date created: So 21 Jun 1998 16:09:39 CEST # Whom: Stefan Herrmann <stefan@asterix.webaffairs.net> # -# $Id: Makefile,v 1.87 1999/08/18 15:42:03 dirk Exp $ +# $Id: Makefile,v 1.88 1999/08/19 11:26:47 dirk Exp $ # DISTNAME= apache_${VERSION_APACHE} @@ -38,7 +38,7 @@ MASTER_SITES= http://www.apache.org/dist/ \ http://www.php.cz/${PHP_DISTDIR}/ \ http://php3.globe.de/${PHP_DISTDIR}/ \ ftp://ftp.blatzheim.com/pub/mod_ssl/ \ - ftp://ftp.fu-berlin.de/unix/security/mod_ssl/ \ + ftp://ftp.fu-berlin.de/unix/security/mod_ssl/ DISTFILES= apache_${VERSION_APACHE}.tar.gz php-${VERSION_PHP}.tar.gz MAINTAINER= dirk@FreeBSD.org |