diff options
author | Renato Botelho <garga@FreeBSD.org> | 2007-02-09 21:19:59 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2007-02-09 21:19:59 +0000 |
commit | 8e7509d6dbec2718b6e5d004b282528d8c7ffd38 (patch) | |
tree | 53d31bd34dfc9edd17cea4fe67ccf4f8092ac885 /mail/qmail-auditor | |
parent | d66dea020ccee32ab6a585966d8bf1b8de2a6d65 (diff) |
- Fix installation of DOCS
- Bump PORTREVISION
Approved by: maintainer
Pointyhat to: garga@
Notes
Notes:
svn path=/head/; revision=184738
Diffstat (limited to 'mail/qmail-auditor')
-rw-r--r-- | mail/qmail-auditor/Makefile | 4 |
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> |