diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
commit | 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /mail/newmail/Makefile | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'mail/newmail/Makefile')
-rw-r--r-- | mail/newmail/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/newmail/Makefile b/mail/newmail/Makefile index d0d300e44d1..7df7edb1fb6 100644 --- a/mail/newmail/Makefile +++ b/mail/newmail/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/11/21 18:27:18 nra Exp $ +# $NetBSD: Makefile,v 1.2 2003/03/29 12:41:37 jmmv Exp $ # FreeBSD: ports/mail/newmail/Makefile,v 1.4 2001/06/08 18:36:36 dwcjr Exp # DISTNAME= newmail-1.0.1 +WRKSRC= ${WRKDIR}/newmail CATEGORIES= mail MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/newmail/ MAINTAINER= andrew@ugh.net.au COMMENT= program to check multiple local mailboxes for new mail -WRKSRC= ${WRKDIR}/newmail - .include "../../mk/bsd.pkg.mk" |