diff options
author | jlam <jlam> | 2001-04-30 05:35:45 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-04-30 05:35:45 +0000 |
commit | c149fe4ea5a386bafc9821133f2025ca22ae6656 (patch) | |
tree | 520902b3d1f45e8fa5844c89506d30465c12a052 /mail | |
parent | d6fdc72f01cf39ea6fc156c41f8f13c27491ce09 (diff) | |
download | pkgsrc-c149fe4ea5a386bafc9821133f2025ca22ae6656.tar.gz |
Install example configuration file without redundant .dist suffix.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/squirrelmail/Makefile | 5 | ||||
-rw-r--r-- | mail/squirrelmail/pkg/DEINSTALL | 4 | ||||
-rw-r--r-- | mail/squirrelmail/pkg/INSTALL | 4 | ||||
-rw-r--r-- | mail/squirrelmail/pkg/PLIST | 4 |
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 |