diff options
author | tron <tron@pkgsrc.org> | 2007-07-31 13:07:05 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-07-31 13:07:05 +0000 |
commit | 15e10f42f7400128f2f6c57072a62c9b9d5bc5ef (patch) | |
tree | b0b1d643304c7e04d53ea2245fcda2bac671c08d /mail/wmmail | |
parent | e63906d62234040dfac60ad1425088d3424ac8fb (diff) | |
download | pkgsrc-15e10f42f7400128f2f6c57072a62c9b9d5bc5ef.tar.gz |
Remove broken home page URL, replace broken master site URL with
"{LOCAL_PORTS}" and drop maintainership.
Diffstat (limited to 'mail/wmmail')
-rw-r--r-- | mail/wmmail/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/wmmail/Makefile b/mail/wmmail/Makefile index 29541c77626..2416c121f77 100644 --- a/mail/wmmail/Makefile +++ b/mail/wmmail/Makefile @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.31 2007/02/06 18:59:42 joerg Exp $ +# $NetBSD: Makefile,v 1.32 2007/07/31 13:07:05 tron Exp $ DISTNAME= WMMail.app-0.64 PKGNAME= wmmail-0.64 PKGREVISION= 3 CATEGORIES= mail x11 windowmaker -MASTER_SITES= http://www.eecg.utoronto.ca/~chanb/WMMail.app/ +MASTER_SITES= ${MASTER_SITE_LOCAL} -MAINTAINER= tron@NetBSD.org -HOMEPAGE= http://www.eecg.toronto.edu/cgi-bin/cgiwrap/chanb/index.cgi?wmmail +MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= xbiff like "mail-checker" for WindowMaker +NO_SRC_ON_FTP= already in MASTER_SITE_LOCAL + DEPENDS+= windowmaker>=0.80.0nb1:../../wm/windowmaker USE_X11BASE= yes |