aboutsummaryrefslogtreecommitdiffstats
path: root/mail/softfail
diff options
context:
space:
mode:
authorJean Milanez Melo <jmelo@FreeBSD.org>2007-06-15 21:35:20 +0800
committerJean Milanez Melo <jmelo@FreeBSD.org>2007-06-15 21:35:20 +0800
commit205319a74da28365fb3a24964d734f8d406fb518 (patch)
tree4c0c27003a695098643439fd805428d4b3eca104 /mail/softfail
parent91c9c4246d2f1e544bc13967dab82e23690cb95c (diff)
downloadfreebsd-ports-gnome-205319a74da28365fb3a24964d734f8d406fb518.tar.gz
freebsd-ports-gnome-205319a74da28365fb3a24964d734f8d406fb518.tar.zst
freebsd-ports-gnome-205319a74da28365fb3a24964d734f8d406fb518.zip
- Fix port to docs go into post-install target.
Reported by: kris, pav
Diffstat (limited to 'mail/softfail')
-rw-r--r--mail/softfail/Makefile3
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>