diff options
author | tron <tron> | 2014-07-05 11:21:29 +0000 |
---|---|---|
committer | tron <tron> | 2014-07-05 11:21:29 +0000 |
commit | 85ca23db709d6bfc4a2e6acd1e27bb15e99fe03d (patch) | |
tree | 654cc3d9315ad232002e36696d82993cadbd01a4 /misc/screen | |
parent | ce106d3ea201545ce19ad48398942b7560165c22 (diff) | |
download | pkgsrc-85ca23db709d6bfc4a2e6acd1e27bb15e99fe03d.tar.gz |
Remove current master site which is no longer working and re-enable
GNU master sites which are now working.
Diffstat (limited to 'misc/screen')
-rw-r--r-- | misc/screen/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile index 057341e7089..189fb079ba3 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.86 2014/06/09 10:24:13 jperkin Exp $ +# $NetBSD: Makefile,v 1.87 2014/07/05 11:21:29 tron Exp $ DISTNAME= screen-4.0.3 PKGREVISION= 6 CATEGORIES= misc shells -MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \ - http://people.freebsd.org/~cy/distfiles/ -# ${MASTER_SITE_GNU:=screen/} +MASTER_SITES= ${MASTER_SITE_GNU:=screen/} MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://www.gnu.org/software/screen/screen.html |