diff options
author | jlam <jlam> | 2001-05-16 08:08:41 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-05-16 08:08:41 +0000 |
commit | 7e2b873c9f300436ed546e27edb6e98fc7ebcd25 (patch) | |
tree | 93e30dfca60483f2832ed450eb9edf1c2fe61183 /mail | |
parent | d2281f971ff58ba4f463f1ffb40cc154445356ee (diff) | |
download | pkgsrc-7e2b873c9f300436ed546e27edb6e98fc7ebcd25.tar.gz |
Move some of the post-install instructions in the MESSAGE file.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sq-squirrelspell/Makefile | 3 | ||||
-rw-r--r-- | mail/sq-squirrelspell/pkg/INSTALL | 11 | ||||
-rw-r--r-- | mail/sq-squirrelspell/pkg/MESSAGE | 9 |
3 files changed, 14 insertions, 9 deletions
diff --git a/mail/sq-squirrelspell/Makefile b/mail/sq-squirrelspell/Makefile index b881900ae8c..75b1799d09a 100644 --- a/mail/sq-squirrelspell/Makefile +++ b/mail/sq-squirrelspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/05/16 07:57:24 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2001/05/16 08:08:41 jlam Exp $ DISTNAME= squirrelspell.0.3.5-1.0.6 PKGNAME= sq-squirrelspell-0.3.5 @@ -15,6 +15,7 @@ DEPENDS+= php-mcrypt>=4.0.4.1:../../www/php4-mcrypt DEPENDS+= squirrelmail>=1.0.6:../../mail/squirrelmail SMDIR= ${PREFIX}/share/squirrelmail +MESSAGE_SUBST+= SMDIR=${SMDIR} NO_CONFIGURE= # defined NO_BUILD= # defined diff --git a/mail/sq-squirrelspell/pkg/INSTALL b/mail/sq-squirrelspell/pkg/INSTALL index b00c964d6ac..e1546ad9c92 100644 --- a/mail/sq-squirrelspell/pkg/INSTALL +++ b/mail/sq-squirrelspell/pkg/INSTALL @@ -1,6 +1,6 @@ #! /bin/sh # -# $NetBSD: INSTALL,v 1.1.1.1 2001/05/16 07:57:24 jlam Exp $ +# $NetBSD: INSTALL,v 1.2 2001/05/16 08:08:42 jlam Exp $ PKGNAME=$1 STAGE=$2 @@ -32,14 +32,9 @@ POST-INSTALL) ${CAT} << EOF =========================================================================== -To enable the ${PKGNAME} plugin, please run the SquirrelMail -configuration script: +You may wish to customize: - cd ${SMDIR}/config && ./conf.pl - -You may also wish to customize: - - ${CONFDIR}/sqspell_config.php + ${CONFDIR}/sqspell_config.php =========================================================================== EOF ;; diff --git a/mail/sq-squirrelspell/pkg/MESSAGE b/mail/sq-squirrelspell/pkg/MESSAGE new file mode 100644 index 00000000000..9b350725bfb --- /dev/null +++ b/mail/sq-squirrelspell/pkg/MESSAGE @@ -0,0 +1,9 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2001/05/16 08:08:42 jlam Exp $ + +To enable the ${PKGNAME} plugin, please run the SquirrelMail +configuration script: + + cd ${SMDIR}/config && ./conf.pl + +=========================================================================== |