summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-06-05 17:20:26 +0000
committerjmmv <jmmv>2003-06-05 17:20:26 +0000
commitb7318f18bd2fcbbc16e31e7a74bdf47cb689e164 (patch)
tree93a83997ee57f70cf2581299ee257a36f3ea4d14
parent2247a083fbd5a1273b98efea9954747c8e210772 (diff)
downloadpkgsrc-b7318f18bd2fcbbc16e31e7a74bdf47cb689e164.tar.gz
Use MASTER_SITE_DEBIAN.
-rw-r--r--editors/beav/Makefile4
-rw-r--r--games/fortunes-de/Makefile4
-rw-r--r--mail/sigrot/Makefile5
-rw-r--r--misc/mmv/Makefile4
-rw-r--r--sysutils/fakeroot/Makefile4
-rw-r--r--textproc/jade/Makefile4
6 files changed, 12 insertions, 13 deletions
diff --git a/editors/beav/Makefile b/editors/beav/Makefile
index de936b5efbc..fbb3ebfd46b 100644
--- a/editors/beav/Makefile
+++ b/editors/beav/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/05/06 17:41:04 jmmv Exp $
+# $NetBSD: Makefile,v 1.7 2003/06/05 17:20:26 jmmv Exp $
# FreeBSD Id: Makefile,v 1.12 1998/08/23 02:10:57 hoek Exp
#
@@ -6,7 +6,7 @@ DISTNAME= beav_1.40-11
PKGNAME= beav-1.40.11
WRKSRC= ${WRKDIR}/beav-1.40
CATEGORIES= editors
-MASTER_SITES= ftp://ftp.debian.org/debian/hamm/hamm/source/editors/
+MASTER_SITES= ${MASTER_SITE_DEBIAN:=hamm/hamm/source/editors/}
MAINTAINER= bad@NetBSD.ORG
COMMENT= Binary Editor And Viewer, a full featured binary file editor
diff --git a/games/fortunes-de/Makefile b/games/fortunes-de/Makefile
index f9eaff007a8..b767cb333f0 100644
--- a/games/fortunes-de/Makefile
+++ b/games/fortunes-de/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.4 2003/06/02 01:19:41 jschauma Exp $
+# $NetBSD: Makefile,v 1.5 2003/06/05 17:20:26 jmmv Exp $
#
DISTNAME= fortunes-de_0.6.orig
PKGNAME= fortunes-de-0.6
WRKSRC= ${WRKDIR}/fortunes-de-0.6
CATEGORIES= games
-MASTER_SITES= http://ftp.debian.org/debian/pool/main/f/fortunes-de/
+MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/f/fortunes-de/}
MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://packages.debian.org/unstable/games/fortunes-de.html
diff --git a/mail/sigrot/Makefile b/mail/sigrot/Makefile
index 6cb9d7ff18b..e129326787f 100644
--- a/mail/sigrot/Makefile
+++ b/mail/sigrot/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/05/02 08:03:38 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2003/06/05 17:20:26 jmmv Exp $
DISTNAME= sigrot_1.2-1
PKGNAME= sigrot-1.2
WRKSRC= ${WRKDIR}/${PKGNAME}
CATEGORIES= mail
-MASTER_SITES= ftp://ftp.debian.org/debian/pool/main/s/sigrot/ \
- ftp://ftp.de.debian.org/debian/pool/main/s/sigrot/
+MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/s/sigrot/}
MAINTAINER= drue@users.sourceforge.net
HOMEPAGE= http://packages.debian.org/stable/mail/sigrot.html
diff --git a/misc/mmv/Makefile b/misc/mmv/Makefile
index 263565a48fe..4e5552ea25f 100644
--- a/misc/mmv/Makefile
+++ b/misc/mmv/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2003/06/02 01:18:11 jschauma Exp $
+# $NetBSD: Makefile,v 1.4 2003/06/05 17:20:26 jmmv Exp $
#
DISTNAME= mmv_1.01b.orig
PKGNAME= mmv-1.0b
WRKSRC= ${WRKDIR}/mmv-1.01b.orig
CATEGORIES= misc
-MASTER_SITES= http://ftp.debian.org/debian/dists/potato/main/source/utils/
+MASTER_SITES= ${MASTER_SITE_DEBIAN:=dists/potato/main/source/utils/}
MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= # none
diff --git a/sysutils/fakeroot/Makefile b/sysutils/fakeroot/Makefile
index b1d3d67b036..24600ff439d 100644
--- a/sysutils/fakeroot/Makefile
+++ b/sysutils/fakeroot/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2003/03/29 12:42:27 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2003/06/05 17:20:27 jmmv Exp $
#
DISTNAME= fakeroot_0.5.8
PKGNAME= fakeroot-0.5.8
WRKSRC= ${WRKDIR}/fakeroot-0.5.8
CATEGORIES= sysutils
-MASTER_SITES= http://ftp.debian.org/debian/pool/main/f/fakeroot/
+MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/f/fakeroot/}
MAINTAINER= lonewolf@netbsd.org
COMMENT= Creates a fake root environment
diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile
index 8b71d036ea7..077b2a9ebdc 100644
--- a/textproc/jade/Makefile
+++ b/textproc/jade/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2003/01/29 21:38:48 jmmv Exp $
+# $NetBSD: Makefile,v 1.26 2003/06/05 17:20:27 jmmv Exp $
DISTNAME= jade-1.2.1
PKGREVISION= 6
@@ -11,7 +11,7 @@ MAINTAINER= rh@NetBSD.ORG
HOMEPAGE= http://www.jclark.com/jade/
COMMENT= Object-oriented SGML/XML parser toolkit and DSSSL engine
-PATCH_SITES= http://ftp.debian.org/debian/pool/main/j/jade/
+PATCH_SITES= ${MASTER_SITE_DEBIAN:=pool/main/j/jade/}
PATCHFILES= jade_1.2.1-18.diff.gz
PATCH_DIST_STRIP= -p1