diff options
Diffstat (limited to 'chat/i2cbd')
-rw-r--r-- | chat/i2cbd/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/chat/i2cbd/Makefile b/chat/i2cbd/Makefile index 7576ef8a990..e7d75855e21 100644 --- a/chat/i2cbd/Makefile +++ b/chat/i2cbd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2007/07/04 20:54:32 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2007/08/30 16:04:19 joerg Exp $ # DISTNAME= i2cbd-2.0_BETA5 @@ -29,16 +29,13 @@ CONF_FILES_PERMS+= ${EGDIR}/${f:Q} ${PKG_SYSCONFDIR}/${f:Q} \ CONF_FILES_PERMS+= /dev/null /var/log/icbd.log \ ${ICBD_OWNER} ${ROOT_GROUP} 644 RCD_SCRIPTS= icbd +RCD_SCRIPT_SRC.icbd= ${WRKSRC}/etc/icbd.sh INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin share/examples/i2cbd \ share/examples/rc.d post-extract: -${RM} -f ${WRKSRC}/*/.depend -post-build: - ${SED} -e 's,@PREFIX@,${PREFIX},' \ - < ${WRKSRC}/etc/icbd.sh > ${WRKDIR}/icbd.sh - post-install: .for f in ${EGFILES} ${INSTALL_DATA} ${WRKSRC}/etc/${f:Q} ${EGDIR} |