diff options
author | wiz <wiz@pkgsrc.org> | 2017-08-16 20:45:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-08-16 20:45:30 +0000 |
commit | 96fa9d1eff453301784816bc3ac6000aae258737 (patch) | |
tree | a3cdddd87985786198067683fbb89a6a4a20f082 /shells | |
parent | 409b42fe60fff3b5a2ba017df7026a1dd44ac8b3 (diff) | |
download | pkgsrc-96fa9d1eff453301784816bc3ac6000aae258737.tar.gz |
Comment out dead sites.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/eltclsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/eltclsh/Makefile b/shells/eltclsh/Makefile index 0301592b63e..39040c87e46 100644 --- a/shells/eltclsh/Makefile +++ b/shells/eltclsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2014/09/25 19:21:03 jperkin Exp $ +# $NetBSD: Makefile,v 1.12 2017/08/16 20:45:45 wiz Exp $ DISTNAME= eltclsh-1.9 PKGREVISION= 5 @@ -6,7 +6,7 @@ CATEGORIES= shells MASTER_SITES= http://softs.laas.fr/openrobots/php/download.php/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://softs.laas.fr/openrobots/wiki/eltclsh +#HOMEPAGE= https://softs.laas.fr/openrobots/wiki/eltclsh COMMENT= Interactive TCL shell with editline facilities GNU_CONFIGURE= yes |