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/squirrelmail/Makefile | |
parent | d6fdc72f01cf39ea6fc156c41f8f13c27491ce09 (diff) | |
download | pkgsrc-c149fe4ea5a386bafc9821133f2025ca22ae6656.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} |