diff options
author | Jean Milanez Melo <jmelo@FreeBSD.org> | 2007-02-09 21:53:26 +0000 |
---|---|---|
committer | Jean Milanez Melo <jmelo@FreeBSD.org> | 2007-02-09 21:53:26 +0000 |
commit | 18417c712a98b2b4499e66edbea7a3011a78c29e (patch) | |
tree | 53eb6066c60b6b9cc5b1e36adbf78748bccbfd0f /mail/softfail | |
parent | Remove the other 2 cases of apxs. (diff) |
- Fix DOCS install.
PR: ports/108993
Submitted by: Patrick Tracanelli <eksffa@freebsdbrasil.com.br> (maintainer)
Reviewed by: jmelo
Reported by: krismail
Notes
Notes:
svn path=/head/; revision=184741
Diffstat (limited to 'mail/softfail')
-rw-r--r-- | mail/softfail/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/softfail/Makefile b/mail/softfail/Makefile index 000cb7cca998..c2a86f4190fc 100644 --- a/mail/softfail/Makefile +++ b/mail/softfail/Makefile @@ -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> |