summaryrefslogtreecommitdiff
path: root/mail/squirrelmail/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-02-12 15:15:43 +0000
committerjlam <jlam@pkgsrc.org>2001-02-12 15:15:43 +0000
commit4f94f76d9177841285b40bceed1a77b0c98d78ff (patch)
treee016836a866dea08fc13d9699f006a73506a4d8f /mail/squirrelmail/Makefile
parent2f8bafbd5db5ec186f7bdf0b8602ce6b2c170cf9 (diff)
downloadpkgsrc-4f94f76d9177841285b40bceed1a77b0c98d78ff.tar.gz
Add a file for easy inclusion into Apache's httpd.conf file.
Reword MESSAGE to refer to this new file.
Diffstat (limited to 'mail/squirrelmail/Makefile')
-rw-r--r--mail/squirrelmail/Makefile17
1 files changed, 11 insertions, 6 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile
index 2f76daf6acf..1ed1114d70c 100644
--- a/mail/squirrelmail/Makefile
+++ b/mail/squirrelmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/02/11 03:41:23 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2001/02/12 15:15:43 jlam Exp $
DISTNAME= squirrelmail-1.0.2
CATEGORIES= mail www
@@ -19,8 +19,8 @@ NO_BUILD= # defined
DEINSTALL_FILE= ${WRKDIR}/DEINSTALL
INSTALL_FILE= ${WRKDIR}/INSTALL
-SM_SUBDIR= share/squirrelmail
-SMDIR= ${PREFIX}/${SM_SUBDIR}
+CONFDIR= ${PREFIX}/etc/httpd
+SMDIR= ${PREFIX}/share/squirrelmail
MESSAGE_SUBST+= SMDIR=${SMDIR}
post-extract:
@@ -35,13 +35,16 @@ post-patch:
${FIND} ${WRKSRC} -name "*.orig" -exec ${RM} -f {} \;
pre-install:
- ${SED} -e "s|@SM_SUBDIR@|${SM_SUBDIR}|g" \
+ ${SED} -e "s|@SMDIR@|${SMDIR}|g" \
+ ${FILESDIR}/squirrelmail.conf.dist \
+ > ${WRKDIR}/squirrelmail.conf.dist
+ ${SED} -e "s|@SMDIR@|${SMDIR:S/^${PREFIX}\///}|g" \
-e "s|@CAT@|${CAT}|g" \
-e "s|@RM@|${RM}|g" \
-e "s|@RMDIR@|${RMDIR}|g" \
-e "s|@TRUE@|${TRUE}|g" \
${PKGDIR}/DEINSTALL > ${DEINSTALL_FILE}
- ${SED} -e "s|@SM_SUBDIR@|${SM_SUBDIR}|g" \
+ ${SED} -e "s|@SMDIR@|${SMDIR:S/^${PREFIX}\///}|g" \
-e "s|@CAT@|${CAT}|g" \
-e "s|@CHGRP@|${CHGRP}|g" \
-e "s|@CHMOD@|${CHMOD}|g" \
@@ -52,9 +55,11 @@ pre-install:
PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} PRE-INSTALL
do-install:
- ${MKDIR} ${SMDIR}
+ ${INSTALL_DATA_DIR} ${CONFDIR} ${SMDIR}
+ cd ${WRKDIR}; ${INSTALL_DATA} squirrelmail.conf.dist ${CONFDIR}
${CP} -R ${WRKSRC}/* ${SMDIR}
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${SMDIR}
+ ${CHMOD} -R a-w ${SMDIR}
post-install:
PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL