- 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:
parent
31e52eb01c
commit
18417c712a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184741
1 changed files with 2 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue