- Fix DOCS install.

PR:		ports/108993
Submitted by:	Patrick Tracanelli <eksffa@freebsdbrasil.com.br> (maintainer)
Reviewed by:	jmelo
Reported by:	krismail
This commit is contained in:
Jean Milanez Melo 2007-02-09 21:53:26 +00:00
parent 31e52eb01c
commit 18417c712a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184741

View file

@ -30,8 +30,6 @@ IGNORE= this software only works with qmail-spamcontrol
QMAIL_SLAVEPORT= spamcontrol
SUB_FILES= pkg-message
.include <bsd.port.pre.mk>
crontab-entry: extract
@ -110,13 +108,11 @@ post-patch:
${WRKSRC}/rotate-softfail.sh
.endif
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/softfail.sql ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>