diff options
author | tron <tron@pkgsrc.org> | 2011-08-11 09:36:50 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2011-08-11 09:36:50 +0000 |
commit | 9a053a2bd77a69ba6705d86d66f49490f06d6c5e (patch) | |
tree | 4ceef28fa0d76f25e94556ec75791a6704c97117 /mail | |
parent | da212308d98cf4233e663f80afb4699b5763b89f (diff) | |
download | pkgsrc-9a053a2bd77a69ba6705d86d66f49490f06d6c5e.tar.gz |
Comment out non-working home page URL.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/demime/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/demime/Makefile b/mail/demime/Makefile index 5d2e7a74180..dc78eae8833 100644 --- a/mail/demime/Makefile +++ b/mail/demime/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2009/05/21 11:12:50 zafer Exp $ -# +# $NetBSD: Makefile,v 1.26 2011/08/11 09:36:50 tron Exp $ DISTNAME= demime-1.1d CATEGORIES= mail textproc @@ -8,7 +7,7 @@ DISTFILES= ${DISTNAME:S/-/./} \ demime_junkmail.cf MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://scifi.squawk.com/demime.html +#HOMEPAGE= http://scifi.squawk.com/demime.html COMMENT= Tool to scrub mime from mailing lists DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 |