aboutsummaryrefslogtreecommitdiff
path: root/mail/sqwebmail
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2004-05-31 12:33:03 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2004-05-31 12:33:03 +0000
commita714d5c9299c591dca3024622b70b3de27285807 (patch)
treeb4a8e427c0ec29fd550752bd5b9c0acd760a177d /mail/sqwebmail
parent8d81ef4dfc22bc1e9de874808b24b2abab83c25b (diff)
downloadports-a714d5c9299c591dca3024622b70b3de27285807.tar.gz
ports-a714d5c9299c591dca3024622b70b3de27285807.zip
Notes
Diffstat (limited to 'mail/sqwebmail')
-rw-r--r--mail/sqwebmail/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile
index 75db702ccb2d..4f45d178e36e 100644
--- a/mail/sqwebmail/Makefile
+++ b/mail/sqwebmail/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sqwebmail
PORTVERSION= 4.0.4
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= mail www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= courier
@@ -229,5 +229,14 @@ post-install:
${INSTALL_SCRIPT} ${FILESDIR}/sqwebmail-authdaemond.sh \
${PREFIX}/etc/rc.d/
.endif
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} "*************************************************************************"
+ @${ECHO_MSG} "******* Make shure to run 'make install-configure' now! *******"
+ @${ECHO_MSG} "*************************************************************************"
+ @${ECHO_MSG} ""
+
+install-configure:
+ cd ${WRKSRC} && ${GMAKE} install-configure
+
.include <bsd.port.mk>