summaryrefslogtreecommitdiff
path: root/mail/sq-squirrelspell
diff options
context:
space:
mode:
authorjlam <jlam>2001-05-16 08:08:41 +0000
committerjlam <jlam>2001-05-16 08:08:41 +0000
commit605a4b636390fe7fb97d261070e1d6d7d77e7881 (patch)
tree93e30dfca60483f2832ed450eb9edf1c2fe61183 /mail/sq-squirrelspell
parent665d168301699a3ef60068d66c715b033282f610 (diff)
downloadpkgsrc-605a4b636390fe7fb97d261070e1d6d7d77e7881.tar.gz
Move some of the post-install instructions in the MESSAGE file.
Diffstat (limited to 'mail/sq-squirrelspell')
-rw-r--r--mail/sq-squirrelspell/Makefile3
-rw-r--r--mail/sq-squirrelspell/pkg/INSTALL11
-rw-r--r--mail/sq-squirrelspell/pkg/MESSAGE9
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
+
+===========================================================================