diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-07-29 16:57:46 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-07-29 16:57:46 +0000 |
commit | a7ec0b875658e4666acdfcb9fee07bd5dce95af6 (patch) | |
tree | ec66d1fcd0976cc57ac6a98b920a2dc749663f6c /chat | |
parent | 76529f93db231fff28ec62200368579db0b6ecc4 (diff) | |
download | pkgsrc-a7ec0b875658e4666acdfcb9fee07bd5dce95af6.tar.gz |
Use /dev/null instead of empty file.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/i2cbd/Makefile | 6 | ||||
-rw-r--r-- | chat/i2cbd/PLIST | 3 |
2 files changed, 3 insertions, 6 deletions
diff --git a/chat/i2cbd/Makefile b/chat/i2cbd/Makefile index 7a16a315317..b713611978a 100644 --- a/chat/i2cbd/Makefile +++ b/chat/i2cbd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/29 16:25:56 jmmv Exp $ +# $NetBSD: Makefile,v 1.6 2003/07/29 16:57:46 jmmv Exp $ # DISTNAME= i2cbd-2.0_BETA0 @@ -29,14 +29,13 @@ CONF_FILES_PERMS+= ${EGDIR}/$f ${PKG_SYSCONFDIR}/$f \ .endfor .undef f -SUPPORT_FILES_PERMS= ${EGDIR}/empty.log /var/log/icbd.log \ +SUPPORT_FILES_PERMS= /dev/null /var/log/icbd.log \ ${ICBD_OWNER} ${ROOT_GROUP} 644 post-extract: -${RM} -f ${WRKSRC}/*/.depend post-build: - ${TOUCH} ${WRKDIR}/empty.log ${SED} -e 's,@PREFIX@,${PREFIX},' \ < ${WRKSRC}/etc/icbd.sh > ${WRKDIR}/icbd.sh @@ -46,7 +45,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/etc/$f ${EGDIR} .endfor .undef f - ${INSTALL_DATA} ${WRKDIR}/empty.log ${EGDIR} ${INSTALL_SCRIPT} ${WRKDIR}/icbd.sh ${PREFIX}/etc/rc.d/icbd .include "../../mk/bsd.pkg.mk" diff --git a/chat/i2cbd/PLIST b/chat/i2cbd/PLIST index 4655c2a9b91..7872abc9703 100644 --- a/chat/i2cbd/PLIST +++ b/chat/i2cbd/PLIST @@ -1,10 +1,9 @@ -@comment $NetBSD: PLIST,v 1.2 2003/07/29 16:25:56 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/07/29 16:57:46 jmmv Exp $ etc/rc.d/icbd man/man8/icbd.8 man/man8/icbdb.8 sbin/icbd sbin/icbdb -share/examples/i2cbd/empty.log share/examples/i2cbd/icbd.deny share/examples/i2cbd/icbd_help share/examples/i2cbd/motd |