summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-04-04 17:52:39 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-04-04 17:52:39 +0000
commita0d03f61d80c406a280a6784cce5a8707955526e (patch)
tree0547335e3a9dc74c1d13cb8be20b0107d29d3298 /mail
parent- add CATEGORIES to amke portlint happier. (diff)
- make portlint happier
Notes
Notes: svn path=/head/; revision=78190
Diffstat (limited to 'mail')
-rw-r--r--mail/popa3d-before-sendmail/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/popa3d-before-sendmail/Makefile b/mail/popa3d-before-sendmail/Makefile
index 0839d533ac4a..f4b0bc9b0d15 100644
--- a/mail/popa3d-before-sendmail/Makefile
+++ b/mail/popa3d-before-sendmail/Makefile
@@ -1,13 +1,16 @@
# New ports collection makefile for: popa3d-before-sendmail
-# Date created:
+# Date created: 13.Jan 2003
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
-MASTERDIR?= ${.CURDIR}/../popa3d
+CATEGORIES= mail
+
+MAINTAINER= dinoex@FreeBSD.org
SMTP_AFTER_POP3= yes
+MASTERDIR?= ${.CURDIR}/../popa3d
.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"