summaryrefslogtreecommitdiff
path: root/mail/maildrop
diff options
context:
space:
mode:
authorSergei Kolobov <sergei@FreeBSD.org>2003-12-21 20:37:54 +0000
committerSergei Kolobov <sergei@FreeBSD.org>2003-12-21 20:37:54 +0000
commit06f74d91e08ffbf51515d93b55d0b8971a07323a (patch)
treef1bf7fdfb074d2d5accf3cf011de5734b140a8da /mail/maildrop
parent- Update to 1.2.2 (diff)
- Take maintainership
Notes
Notes: svn path=/head/; revision=96356
Diffstat (limited to 'mail/maildrop')
-rw-r--r--mail/maildrop/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile
index fa5a25c9694b..692d5f970c65 100644
--- a/mail/maildrop/Makefile
+++ b/mail/maildrop/Makefile
@@ -25,7 +25,7 @@ CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= courier
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sergei@FreeBSD.org
COMMENT= Replacement local mail delivery agent, similar to procmail
.if !defined(WITHOUT_GDBM)
@@ -74,13 +74,13 @@ MAN1= lockmail.1 mailbot.1 maildirmake.1 maildrop.1 makemime.1 \
MAN5= maildir.5 maildropex.5 maildropfilter.5 maildropgdbm.5
MAN7= maildirquota.7
MAN8= deliverquota.8
-INSTALL_DOCS= INSTALL INSTALL.html README README.html README.postfix \
+DOCS= INSTALL INSTALL.html README README.html README.postfix \
UPGRADE UPGRADE.html maildroptips.txt \
maildir/README.*.html maildir/README.*.txt
.if !defined(NOPORTDOCS)
post-install:
- cd ${WRKSRC} && ${INSTALL_DATA} ${INSTALL_DOCS} ${DOCSDIR}
+ cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>