diff options
author | jlam <jlam@pkgsrc.org> | 2001-04-30 05:35:45 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-04-30 05:35:45 +0000 |
commit | 402e5f135df2540c01432e7b6ed598e6d92c09ed (patch) | |
tree | 520902b3d1f45e8fa5844c89506d30465c12a052 /mail/squirrelmail/Makefile | |
parent | bf7f4c82a41b5bf09dac89b4c8c8f307a18754fb (diff) | |
download | pkgsrc-402e5f135df2540c01432e7b6ed598e6d92c09ed.tar.gz |
Install example configuration file without redundant .dist suffix.
Diffstat (limited to 'mail/squirrelmail/Makefile')
-rw-r--r-- | mail/squirrelmail/Makefile | 5 |
1 files changed, 3 insertions, 2 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} |