diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-04-04 17:52:39 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-04-04 17:52:39 +0000 |
commit | a0d03f61d80c406a280a6784cce5a8707955526e (patch) | |
tree | 0547335e3a9dc74c1d13cb8be20b0107d29d3298 /mail/popa3d-before-sendmail | |
parent | 4927601e417b20ec89bef2eb59c826851dbb06e5 (diff) |
Notes
Diffstat (limited to 'mail/popa3d-before-sendmail')
-rw-r--r-- | mail/popa3d-before-sendmail/Makefile | 7 |
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" |