summaryrefslogtreecommitdiff
path: root/mail/squirrelmail
diff options
context:
space:
mode:
authorjlam <jlam>2001-04-30 05:35:45 +0000
committerjlam <jlam>2001-04-30 05:35:45 +0000
commit04be5f67e5ccedd5d0e5c6de6049e5ceb349b71c (patch)
tree520902b3d1f45e8fa5844c89506d30465c12a052 /mail/squirrelmail
parent39de20a3386d3b95188b9c50e573b7f84a4cc094 (diff)
downloadpkgsrc-04be5f67e5ccedd5d0e5c6de6049e5ceb349b71c.tar.gz
Install example configuration file without redundant .dist suffix.
Diffstat (limited to 'mail/squirrelmail')
-rw-r--r--mail/squirrelmail/Makefile5
-rw-r--r--mail/squirrelmail/pkg/DEINSTALL4
-rw-r--r--mail/squirrelmail/pkg/INSTALL4
-rw-r--r--mail/squirrelmail/pkg/PLIST4
4 files changed, 9 insertions, 8 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile
index 702a2c44abf..c8fe06ae65b 100644
--- a/mail/squirrelmail/Makefile
+++ b/mail/squirrelmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/04/30 05:03:24 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2001/04/30 05:35:45 jlam Exp $
DISTNAME= squirrelmail-1.0.6
CATEGORIES= mail www
@@ -65,7 +65,8 @@ pre-install:
do-install:
${INSTALL_DATA_DIR} ${EGDIR} ${SMDIR}
- cd ${WRKDIR}; ${INSTALL_DATA} squirrelmail.conf.dist ${EGDIR}
+ cd ${WRKDIR}; ${INSTALL_DATA} squirrelmail.conf.dist \
+ ${EGDIR}/squirrelmail.conf
${CP} -R ${WRKSRC}/* ${SMDIR}
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${SMDIR}
${CHMOD} -R a-w ${SMDIR}
diff --git a/mail/squirrelmail/pkg/DEINSTALL b/mail/squirrelmail/pkg/DEINSTALL
index 6a1abdaf560..b0fe12e08c2 100644
--- a/mail/squirrelmail/pkg/DEINSTALL
+++ b/mail/squirrelmail/pkg/DEINSTALL
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: DEINSTALL,v 1.3 2001/04/30 05:03:26 jlam Exp $
+# $NetBSD: DEINSTALL,v 1.4 2001/04/30 05:35:45 jlam Exp $
PKGNAME=$1
STAGE=$2
@@ -29,7 +29,7 @@ DEINSTALL)
${RM} -f ${FILE}
fi
FILE=${CONFDIR}/squirrelmail.conf
- SAMPLEFILE=${SAMPLECONFDIR}/squirrelmail.conf.dist
+ SAMPLEFILE=${SAMPLECONFDIR}/squirrelmail.conf
if diff -q ${FILE} ${SAMPLEFILE} >/dev/null
then
${RM} -f ${FILE}
diff --git a/mail/squirrelmail/pkg/INSTALL b/mail/squirrelmail/pkg/INSTALL
index 58ada7d0434..adf01b301e1 100644
--- a/mail/squirrelmail/pkg/INSTALL
+++ b/mail/squirrelmail/pkg/INSTALL
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# $NetBSD: INSTALL,v 1.3 2001/04/30 05:03:26 jlam Exp $
+# $NetBSD: INSTALL,v 1.4 2001/04/30 05:35:45 jlam Exp $
PKGNAME=$1
STAGE=$2
@@ -45,7 +45,7 @@ POST-INSTALL)
${CHMOD} 644 ${FILE}
fi
FILE=${CONFDIR}/squirrelmail.conf
- SAMPLEFILE=${SAMPLECONFDIR}/squirrelmail.conf.dist
+ SAMPLEFILE=${SAMPLECONFDIR}/squirrelmail.conf
if [ -f ${FILE} ]
then
echo " ${FILE} already exists"
diff --git a/mail/squirrelmail/pkg/PLIST b/mail/squirrelmail/pkg/PLIST
index 87f340dcdf0..0aea1754c34 100644
--- a/mail/squirrelmail/pkg/PLIST
+++ b/mail/squirrelmail/pkg/PLIST
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.7 2001/04/30 05:03:26 jlam Exp $
-share/examples/squirrelmail/squirrelmail.conf.dist
+@comment $NetBSD: PLIST,v 1.8 2001/04/30 05:35:45 jlam Exp $
+share/examples/squirrelmail/squirrelmail.conf
share/squirrelmail/AUTHORS
share/squirrelmail/COPYING
share/squirrelmail/ChangeLog