mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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
|
QMAIL_SLAVEPORT= spamcontrol
|
||||||
|
|
||||||
SUB_FILES= pkg-message
|
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
crontab-entry: extract
|
crontab-entry: extract
|
||||||
|
@ -110,13 +108,11 @@ post-patch:
|
||||||
${WRKSRC}/rotate-softfail.sh
|
${WRKSRC}/rotate-softfail.sh
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
@${MKDIR} ${DOCSDIR}
|
@${MKDIR} ${DOCSDIR}
|
||||||
@${INSTALL_DATA} ${WRKSRC}/softfail.sql ${DOCSDIR}
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
||||||
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-install:
|
|
||||||
@${CAT} ${PKGMESSAGE}
|
@${CAT} ${PKGMESSAGE}
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue