diff options
author | wiz <wiz> | 2007-05-23 23:46:08 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-05-23 23:46:08 +0000 |
commit | a63d7905c94fe6b4e15e4422a5ece9c79538494a (patch) | |
tree | f30ea2e7b1b292b57cbd01934c388945621f7bf0 /misc | |
parent | ec6900bff78bd6df7736b0fae695c9235433b96a (diff) | |
download | pkgsrc-a63d7905c94fe6b4e15e4422a5ece9c79538494a.tar.gz |
The distfile is not GNU mirrors (only older versions are).
Remove MASTER_SITE_GNU from MASTER_SITES and two other places.
From Zafer Aydogan.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/screen/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile index a9049566224..069b391b42b 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.71 2007/02/15 14:47:09 rillig Exp $ +# $NetBSD: Makefile,v 1.72 2007/05/23 23:46:08 wiz Exp $ DISTNAME= screen-4.0.3 CATEGORIES= misc shells MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \ - ${MASTER_SITE_GNU:=screen/} + http://komquats.com/distfiles/ \ + http://people.freebsd.org/~cy/distfiles/ +# ${MASTER_SITE_GNU:=screen/} MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://www.gnu.org/software/screen/screen.html |