aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2007-02-10 05:19:59 +0800
committergarga <garga@FreeBSD.org>2007-02-10 05:19:59 +0800
commit4a0e4a5d0107cbc5597c8bf0280dada544103abc (patch)
treeed8a8865949ab296a359f8d907f819ed062314c4 /mail
parent2e67d4ba0511b90fb43956e8d70097eb7dc596c3 (diff)
downloadfreebsd-ports-gnome-4a0e4a5d0107cbc5597c8bf0280dada544103abc.tar.gz
freebsd-ports-gnome-4a0e4a5d0107cbc5597c8bf0280dada544103abc.tar.zst
freebsd-ports-gnome-4a0e4a5d0107cbc5597c8bf0280dada544103abc.zip
- Fix installation of DOCS
- Bump PORTREVISION Approved by: maintainer Pointyhat to: garga@
Diffstat (limited to 'mail')
-rw-r--r--mail/qmail-auditor/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/qmail-auditor/Makefile b/mail/qmail-auditor/Makefile
index 11d5c9c1ab55..790a61b00cb5 100644
--- a/mail/qmail-auditor/Makefile
+++ b/mail/qmail-auditor/Makefile
@@ -7,6 +7,7 @@
PORTNAME= qmail-auditor
PORTVERSION= 0.47
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= SF http://www6.freebsdbrasil.com.br/~eksffa/l/qmail-auditor/
@@ -34,12 +35,11 @@ post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|@prefix@|g' \
${WRKSRC}/src/Makefile.in
+post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
-
-post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>