diff options
author | jmelo <jmelo@FreeBSD.org> | 2007-06-15 21:35:20 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2007-06-15 21:35:20 +0800 |
commit | 6c09f2359ec8d13478c38e8d68899b74d07dc990 (patch) | |
tree | 9902f754c60b1877b0d34d3618278e1a90c5dbbb /mail/softfail | |
parent | d232872a15ded96d9928fcc06b19a03655169590 (diff) | |
download | freebsd-ports-gnome-6c09f2359ec8d13478c38e8d68899b74d07dc990.tar.gz freebsd-ports-gnome-6c09f2359ec8d13478c38e8d68899b74d07dc990.tar.zst freebsd-ports-gnome-6c09f2359ec8d13478c38e8d68899b74d07dc990.zip |
- Fix port to docs go into post-install target.
Reported by: kris, pav
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> |