diff options
author | fenner <fenner@FreeBSD.org> | 1999-01-09 02:25:23 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1999-01-09 02:25:23 +0800 |
commit | 76a3f9f399f2ae59209b66836b04cb436e25ce10 (patch) | |
tree | aa63529854cd6b5094d50ea676da833e689a9399 /www/apache13-ssl | |
parent | 9cb7c78f72bf6627e5155d71bd8adb73fe519fbb (diff) | |
download | freebsd-ports-graphics-76a3f9f399f2ae59209b66836b04cb436e25ce10.tar.gz freebsd-ports-graphics-76a3f9f399f2ae59209b66836b04cb436e25ce10.tar.zst freebsd-ports-graphics-76a3f9f399f2ae59209b66836b04cb436e25ce10.zip |
Add missing trailing slash to MASTER_SITES
Found by: distfile checker
Diffstat (limited to 'www/apache13-ssl')
-rw-r--r-- | www/apache13-ssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache13-ssl/Makefile b/www/apache13-ssl/Makefile index c2ae0c235c7..565feecb57d 100644 --- a/www/apache13-ssl/Makefile +++ b/www/apache13-ssl/Makefile @@ -6,7 +6,7 @@ # and apache-ssl port by Mark Murray <mark@grondar.za>. # Oh, and with a little bit of help from Ben :) # -# $Id: Makefile,v 1.50 1998/12/11 22:58:37 billf Exp $ +# $Id: Makefile,v 1.51 1998/12/22 08:40:47 asami Exp $ APACHE= 1.3.3 APACHE-SSL= 1.28 @@ -28,7 +28,7 @@ MASTER_SITES= ftp://www.apache.org/apache/dist/ \ ftp://apache-ssl.raver.net/pub/ftp.apache-ssl.org/Apache-SSL/ \ http://mirror.aarnet.edu.au/www/servers/apache-ssl/ \ http://ftp.it.net.au/mirrors/crypto/SSL/Apache-SSL/ \ - http://www.asap.cs.nott.ac.uk/SSL + http://www.asap.cs.nott.ac.uk/SSL/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ apache_${APACHE}+ssl_${APACHE-SSL}${EXTRACT_SUFX} |