diff options
author | Jean Milanez Melo <jmelo@FreeBSD.org> | 2007-06-15 13:35:20 +0000 |
---|---|---|
committer | Jean Milanez Melo <jmelo@FreeBSD.org> | 2007-06-15 13:35:20 +0000 |
commit | 205319a74da28365fb3a24964d734f8d406fb518 (patch) | |
tree | 4c0c27003a695098643439fd805428d4b3eca104 /mail/softfail | |
parent | - Fix the build with latest GCC [1] (diff) |
- Fix port to docs go into post-install target.
Reported by: kris, pav
Notes
Notes:
svn path=/head/; revision=193581
Diffstat (limited to 'mail/softfail')
-rw-r--r-- | mail/softfail/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/softfail/Makefile b/mail/softfail/Makefile index 8e33bd05690e..2cbb91fbefe4 100644 --- a/mail/softfail/Makefile +++ b/mail/softfail/Makefile @@ -112,13 +112,12 @@ 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} .endif - -post-install: @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> |