1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

- Fix installation of DOCS

- Bump PORTREVISION

Approved by:	maintainer
Pointyhat to:	garga@
This commit is contained in:
Renato Botelho 2007-02-09 21:19:59 +00:00
parent d66dea020c
commit 8e7509d6db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184738

View File

@ -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>