summaryrefslogtreecommitdiff
path: root/mail/sq-squirrelspell/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2001-11-19 16:23:08 +0000
committerjlam <jlam>2001-11-19 16:23:08 +0000
commit921dba3e4056acfac3df83e1629ab22167889846 (patch)
treed5fafec9bfc1b14f6b1c5da4d0c45beb2b4758b4 /mail/sq-squirrelspell/Makefile
parente740603fc9e2110613fe030c8dabf0543d664a81 (diff)
downloadpkgsrc-921dba3e4056acfac3df83e1629ab22167889846.tar.gz
Adapt to use shared INSTALL/DEINSTALL scripts by using the logic in
bsd.pkg.install.mk: * Remove old DEINSTALL/INSTALL scripts. * Move some text printed at POST-INSTALL time into the MESSAGE file. * Adjust rc.d scripts to respect rc.conf settings, so that the script may be directly copied into /etc/rc.d.
Diffstat (limited to 'mail/sq-squirrelspell/Makefile')
-rw-r--r--mail/sq-squirrelspell/Makefile21
1 files changed, 5 insertions, 16 deletions
diff --git a/mail/sq-squirrelspell/Makefile b/mail/sq-squirrelspell/Makefile
index ad4b3ee7b9d..c5e6a5d2e75 100644
--- a/mail/sq-squirrelspell/Makefile
+++ b/mail/sq-squirrelspell/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/10/29 05:43:47 jmc Exp $
+# $NetBSD: Makefile,v 1.5 2001/11/19 16:23:11 jlam Exp $
DISTNAME= squirrelspell.0.3.5-1.0.6
PKGNAME= sq-squirrelspell-0.3.5
@@ -17,25 +17,13 @@ DEPENDS+= squirrelmail>=1.0.6:../../mail/squirrelmail
SMDIR= ${PREFIX}/share/squirrelmail
MESSAGE_SUBST+= SMDIR=${SMDIR}
-NO_CONFIGURE= # defined
NO_BUILD= # defined
-DEINSTALL_FILE= ${WRKDIR}/DEINSTALL
-INSTALL_FILE= ${WRKDIR}/INSTALL
-
-FILES_SUBST= SMDIR=${SMDIR:S/^${PREFIX}\///}
-FILES_SUBST+= CAT=${CAT:Q}
-FILES_SUBST+= CHMOD=${CHMOD:Q}
-FILES_SUBST+= CMP=${CMP:Q}
-FILES_SUBST+= CP=${CP:Q}
-FILES_SUBST+= RM=${RM:Q}
-FILES_SUBST+= RMDIR=${RMDIR:Q}
-FILES_SUBST+= TRUE=${TRUE:Q}
-FILES_SUBST_SED= ${FILES_SUBST:S/=/@!/:S/$/!g/:S/^/ -e s!@/}
+CONF_FILES= ${SMDIR}/plugins/squirrelspell/sqspell_config.dist \
+ ${SMDIR}/plugins/squirrelspell/sqspell_config.php
+OWN_DIRS= ${SMDIR}/plugins/squirrelspell
pre-install:
- ${SED} ${FILES_SUBST_SED} ${PKGDIR}/DEINSTALL > ${DEINSTALL_FILE}
- ${SED} ${FILES_SUBST_SED} ${PKGDIR}/INSTALL > ${INSTALL_FILE}
PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} PRE-INSTALL
do-install:
@@ -44,4 +32,5 @@ do-install:
post-install:
PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL
+.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/bsd.pkg.mk"