diff options
author | dirk <dirk@FreeBSD.org> | 1999-08-19 19:55:29 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-08-19 19:55:29 +0800 |
commit | a562f8c4b26ec5d767952f1f91286f3728482022 (patch) | |
tree | 23d579a42ab5fb4f2a2932b81f322860adf9d474 /www/mod_php3 | |
parent | 60d1c1ef4f1dba32770c4ac3c2f8307671c7c9a2 (diff) | |
download | freebsd-ports-gnome-a562f8c4b26ec5d767952f1f91286f3728482022.tar.gz freebsd-ports-gnome-a562f8c4b26ec5d767952f1f91286f3728482022.tar.zst freebsd-ports-gnome-a562f8c4b26ec5d767952f1f91286f3728482022.zip |
Fix typo: remove '\' from the last MASTER_SITE.
Diffstat (limited to 'www/mod_php3')
-rw-r--r-- | www/mod_php3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index 5cfb306c7bd4..6cfdc83630f8 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/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.84 1999/08/16 18:41:11 dirk Exp $ +# $Id: Makefile,v 1.85 1999/08/19 11:26:45 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 |