diff options
author | wiz <wiz@pkgsrc.org> | 2017-08-01 16:47:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-08-01 16:47:35 +0000 |
commit | aa604fe4082c376cebac27e9920b2905425761da (patch) | |
tree | fe5dba7011df5fa6fa9518158aa932f30fe5b915 /editors/easyedit | |
parent | 41670002842a64e3e9a990251fc6fa89c43d31fc (diff) | |
download | pkgsrc-aa604fe4082c376cebac27e9920b2905425761da.tar.gz |
Comment out dead sites (DNS problems).
Diffstat (limited to 'editors/easyedit')
-rw-r--r-- | editors/easyedit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/easyedit/Makefile b/editors/easyedit/Makefile index ce9982581d4..9e07d108e68 100644 --- a/editors/easyedit/Makefile +++ b/editors/easyedit/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.18 2013/04/04 16:01:55 dholland Exp $ +# $NetBSD: Makefile,v 1.19 2017/08/01 16:47:37 wiz Exp $ # DISTNAME= ee-1.4.6.src PKGNAME= easyedit-1.4.6 PKGREVISION= 2 CATEGORIES= editors -MASTER_SITES= http://mahon.cwx.net/sources/ +#MASTER_SITES= http://mahon.cwx.net/sources/ EXTRACT_SUFX= .tgz PATCHFILES= easyedit-jumbo-patch-20130404.gz @@ -13,7 +13,7 @@ PATCH_SITES= http://www.NetBSD.org/~dholland/patchkits/easyedit/ PATCH_DIST_STRIP= -p1 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://mahon.cwx.net/ +#HOMEPAGE= http://mahon.cwx.net/ COMMENT= Easy to use text editor with onscreen instructions WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} |