summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/git/Makefile4
-rw-r--r--misc/screen/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/git/Makefile b/misc/git/Makefile
index 753a060f9af..5bab9271145 100644
--- a/misc/git/Makefile
+++ b/misc/git/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.13 1998/08/20 15:17:13 tsarna Exp $
+# $NetBSD: Makefile,v 1.14 1999/03/22 16:08:32 bad Exp $
# FreeBSD Id: Makefile,v 1.8 1996/11/21 11:54:39 asami Exp
#
DISTNAME= git-4.3.17
CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_GNU}
+MASTER_SITES= ${MASTER_SITE_GNU:=/git/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.cs.unh.edu/~tudor/git/
diff --git a/misc/screen/Makefile b/misc/screen/Makefile
index ff7875aa35b..3b3450ff4b4 100644
--- a/misc/screen/Makefile
+++ b/misc/screen/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.12 1999/02/20 22:48:36 hubertf Exp $
+# $NetBSD: Makefile,v 1.13 1999/03/22 16:08:33 bad Exp $
# FreeBSD Id: Makefile,v 1.17 1997/06/16 06:39:51 max Exp
#
DISTNAME= screen-3.7.6
CATEGORIES= misc
MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \
- ${MASTER_SITE_GNU}
+ ${MASTER_SITE_GNU:=/screen/}
MAINTAINER= hubertf@netbsd.org