diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-08 06:15:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-08 06:15:56 +0000 |
commit | 5a6e0a49c7c8db80ac1ae59c6e3c8808afb023c8 (patch) | |
tree | 33c47c757b1d521c7da77df7715fd40b6d4b5280 /mail | |
parent | 835c3e43aadebf05ef82f56daba44c5ed48d68a2 (diff) | |
download | pkgsrc-5a6e0a49c7c8db80ac1ae59c6e3c8808afb023c8.tar.gz |
Comment out dead sites.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ifile-procmail/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/ifile-procmail/Makefile b/mail/ifile-procmail/Makefile index 47def0eac56..32be19bee3d 100644 --- a/mail/ifile-procmail/Makefile +++ b/mail/ifile-procmail/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.10 2012/10/08 12:19:13 asau Exp $ -# +# $NetBSD: Makefile,v 1.11 2017/09/08 06:15:56 wiz Exp $ DISTNAME= ifile.procmail-0.3 PKGNAME= ${DISTNAME:S/./-/} PKGREVISION= 2 CATEGORIES= mail -MASTER_SITES= http://Xtrmntr.org/ORBman/download/ +MASTER_SITES= # http://Xtrmntr.org/ORBman/download/ EXTRACT_SUFX= .tgz MAINTAINER= salo@NetBSD.org -HOMEPAGE= http://Xtrmntr.org/ORBman/ifile.procmail.html +#HOMEPAGE= http://Xtrmntr.org/ORBman/ifile.procmail.html COMMENT= Set of scripts for ifile used in procmail environment DEPENDS+= ifile>=1.2.1:../../mail/ifile |