diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-04-04 17:52:39 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-04-04 17:52:39 +0000 |
commit | 038a7fedd9c789a64a23f2d46961a429fc71da51 (patch) | |
tree | d3b8644d7d2ca17f7a3fdb410ec85c5cf30ecd13 /mail/popa3d-before-sendmail | |
parent | d0ae44c40ba8adc9f4cb5d8546584f587530f0ab (diff) | |
download | FreeBSD-ports-038a7fedd9c789a64a23f2d46961a429fc71da51.zip FreeBSD-ports-038a7fedd9c789a64a23f2d46961a429fc71da51.tar.gz |
- make portlint happier
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 0839d53..f4b0bc9 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" |