summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/vile/Makefile3
-rw-r--r--editors/xvile/Makefile3
-rw-r--r--security/openssl/Makefile5
-rw-r--r--www/apache/Makefile5
4 files changed, 6 insertions, 10 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile
index 8d9a9a1b621..0be76024dc6 100644
--- a/editors/vile/Makefile
+++ b/editors/vile/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.24 2001/12/07 00:36:26 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2002/05/08 11:44:50 kleink Exp $
# FreeBSD Id: Makefile,v 1.13 1997/09/06 19:55:09 gj Exp
DISTNAME= vile-9.0
CATEGORIES= editors
MASTER_SITES= ftp://ftp.clark.net/pub/dickey/vile/ \
- ftp://ftp.uni-trier.de/pub/unix/editor/vile/ \
ftp://ftp.phred.org/pub/vile/
EXTRACT_SUFX= .tgz
diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile
index 3928565f704..55ea3b759a0 100644
--- a/editors/xvile/Makefile
+++ b/editors/xvile/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2001/08/23 04:26:53 jlam Exp $
+# $NetBSD: Makefile,v 1.32 2002/05/08 11:44:51 kleink Exp $
# FreeBSD Id: Makefile,v 1.13 1997/09/06 19:58:03 gj Exp
#
@@ -6,7 +6,6 @@ DISTNAME= vile-9.0
PKGNAME= xvile-9.0
CATEGORIES= editors
MASTER_SITES= ftp://ftp.clark.net/pub/dickey/vile/ \
- ftp://ftp.uni-trier.de/pub/unix/editor/vile/ \
ftp://ftp.phred.org/pub/vile/
EXTRACT_SUFX= .tgz
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index b6ca98f7ecd..27b72915c24 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.49 2001/11/29 01:12:46 hubertf Exp $
+# $NetBSD: Makefile,v 1.50 2002/05/08 11:44:51 kleink Exp $
DISTNAME= openssl-0.9.6
PKGREVISION= 2
SVR4_PKGNAME= ossl
CATEGORIES= security
-MASTER_SITES= ftp://ftp.openssl.org/source/ \
- ftp://ftp.uni-trier.de/pub/unix/security/openssl/
+MASTER_SITES= ftp://ftp.openssl.org/source/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.openssl.org/
diff --git a/www/apache/Makefile b/www/apache/Makefile
index c1eb4d87533..1ad1efba440 100644
--- a/www/apache/Makefile
+++ b/www/apache/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2002/04/02 14:13:01 jlam Exp $
+# $NetBSD: Makefile,v 1.93 2002/05/08 11:44:51 kleink Exp $
#
# This pkg does not compile in mod_ssl, only the `mod_ssl EAPI' (a set of
# code hooks that allow mod_ssl to be compiled separately later, if desired).
@@ -20,8 +20,7 @@ DISTFILES+= ${NETBSD_LOGO}
MODSSL_DISTNAME= mod_ssl-2.8.8-1.3.24
MODSSL_DIST= ${MODSSL_DISTNAME}${EXTRACT_SUFX}
MODSSL_SRC= ${WRKDIR}/${MODSSL_DISTNAME}
-SITES_${MODSSL_DIST}= http://www.modssl.org/source/ \
- ftp://ftp.uni-trier.de/pub/unix/security/mod_ssl/source/
+SITES_${MODSSL_DIST}= http://www.modssl.org/source/
DISTFILES+= ${MODSSL_DIST}
MAINTAINER= jlam@netbsd.org