diff options
author | jmelo <jmelo@FreeBSD.org> | 2007-02-10 05:53:26 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2007-02-10 05:53:26 +0800 |
commit | bb28f806dd54a392de9e2c475d02b03ba061b154 (patch) | |
tree | 7cd9e8c482708da30fc56a52bc47e925251c3c91 /mail/softfail | |
parent | fae02d88a8c38924e967b3ff80bf3e176fce512d (diff) | |
download | freebsd-ports-gnome-bb28f806dd54a392de9e2c475d02b03ba061b154.tar.gz freebsd-ports-gnome-bb28f806dd54a392de9e2c475d02b03ba061b154.tar.zst freebsd-ports-gnome-bb28f806dd54a392de9e2c475d02b03ba061b154.zip |
- Fix DOCS install.
PR: ports/108993
Submitted by: Patrick Tracanelli <eksffa@freebsdbrasil.com.br> (maintainer)
Reviewed by: jmelo
Reported by: krismail
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> |