diff options
author | wiz <wiz@pkgsrc.org> | 2017-08-01 17:40:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-08-01 17:40:08 +0000 |
commit | 54a97ca2a71bb94dcf2725a7935f6b0ca46bdd2a (patch) | |
tree | a2b7463caa7ae13036ed66c9ba2ea3327e4a6d31 /textproc/flyspell | |
parent | 4bd4b7386c1f4cee605c7a66f9cfe0a933291194 (diff) | |
download | pkgsrc-54a97ca2a71bb94dcf2725a7935f6b0ca46bdd2a.tar.gz |
Comment out some dead HOMEPAGEs.
Diffstat (limited to 'textproc/flyspell')
-rw-r--r-- | textproc/flyspell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/flyspell/Makefile b/textproc/flyspell/Makefile index 0a89d0896b5..121c4be9872 100644 --- a/textproc/flyspell/Makefile +++ b/textproc/flyspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2013/02/17 19:18:08 dholland Exp $ +# $NetBSD: Makefile,v 1.22 2017/08/01 17:40:17 wiz Exp $ # DISTNAME= flyspell-1.7m.el @@ -9,7 +9,7 @@ MASTER_SITES= http://www-sop.inria.fr/mimosa/personnel/Manuel.Serrano/flyspell/ EXTRACT_SUFX= # empty MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www-sop.inria.fr/mimosa/personnel/Manuel.Serrano/flyspell/flyspell.html +#HOMEPAGE= http://www-sop.inria.fr/mimosa/personnel/Manuel.Serrano/flyspell/flyspell.html COMMENT= Emacs/Xemacs on-the-fly spell checker INSTALLATION_DIRS= ${EMACS_LISPPREFIX:C|^${PREFIX}/||}/flyspell |