diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-03 08:36:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-03 08:36:49 +0000 |
commit | d99ff5b1ddd4f5357b0098385052809ba9baaba7 (patch) | |
tree | e2a84f68e77dbe7865813a025397d0b883ae5cec /editors/mlview | |
parent | 214095554a40171225b6b1310485e06aea975e57 (diff) | |
download | pkgsrc-d99ff5b1ddd4f5357b0098385052809ba9baaba7.tar.gz |
Comment out dead MASTER_SITES/HOMEPAGEs.
Diffstat (limited to 'editors/mlview')
-rw-r--r-- | editors/mlview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/mlview/Makefile b/editors/mlview/Makefile index 3003f1c621b..62512f63fe0 100644 --- a/editors/mlview/Makefile +++ b/editors/mlview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.79 2017/05/03 08:38:41 jperkin Exp $ +# $NetBSD: Makefile,v 1.80 2017/09/03 08:36:54 wiz Exp $ # DISTNAME= mlview-0.9.0 @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=sources/mlview/0.9/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.freespiders.org/projects/gmlview/ +#HOMEPAGE= http://www.freespiders.org/projects/gmlview/ COMMENT= XML editor for the GNOME environment GNU_CONFIGURE= yes |