diff options
author | oliver <oliver@FreeBSD.org> | 2004-05-31 12:33:03 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2004-05-31 12:33:03 +0000 |
commit | b915b790d760715ce416806c0223ea3e450bbfcc (patch) | |
tree | 6cb291aa396fae719b829aaf46b99a5a4a2933e0 /mail/sqwebmail | |
parent | 7787f342b64d811e5df289490112bf15a09db561 (diff) | |
download | FreeBSD-ports-b915b790d760715ce416806c0223ea3e450bbfcc.zip FreeBSD-ports-b915b790d760715ce416806c0223ea3e450bbfcc.tar.gz |
- Add an "insta-configure" target. It's mandatory to run after the initial
installation, and recommended to run for all updates.
- Bump PORTREVISION
Diffstat (limited to 'mail/sqwebmail')
-rw-r--r-- | mail/sqwebmail/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile index 75db702..4f45d17 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> |