summaryrefslogtreecommitdiff
path: root/mail/newmail
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-03-29 12:40:00 +0000
committerjmmv <jmmv>2003-03-29 12:40:00 +0000
commit95b3e3e2360a18f5efbc61ef85a063b7481be09f (patch)
treefaa47d38b96f7c3d479f826963ddfdc99b66acc3 /mail/newmail
parent4815b5463ae62763c7f76ef59cf137fd64490912 (diff)
downloadpkgsrc-95b3e3e2360a18f5efbc61ef85a063b7481be09f.tar.gz
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'mail/newmail')
-rw-r--r--mail/newmail/Makefile5
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"