diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
commit | 161c920c15367de281f689f6f1177c3a33e63cc6 (patch) | |
tree | a57573ceef3abc19d705671351ee7db9e9292311 /chat/i2cbd | |
parent | 8c89cf7eab0786e7a5f162a44198b342e5fd87d0 (diff) | |
download | pkgsrc-161c920c15367de281f689f6f1177c3a33e63cc6.tar.gz |
Prepare for switching to NO_MTREE=yes.
Diffstat (limited to 'chat/i2cbd')
-rw-r--r-- | chat/i2cbd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/i2cbd/Makefile b/chat/i2cbd/Makefile index b9a83e02ca2..18ce015f01a 100644 --- a/chat/i2cbd/Makefile +++ b/chat/i2cbd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/05/21 16:08:32 rillig Exp $ +# $NetBSD: Makefile,v 1.24 2007/03/24 19:21:19 joerg Exp $ # DISTNAME= i2cbd-2.0_BETA5 @@ -28,6 +28,8 @@ 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 +INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin share/examples/i2cbd \ + share/examples/rc.d post-extract: -${RM} -f ${WRKSRC}/*/.depend @@ -37,7 +39,6 @@ post-build: < ${WRKSRC}/etc/icbd.sh > ${WRKDIR}/icbd.sh post-install: - ${INSTALL_DATA_DIR} ${EGDIR} .for f in ${EGFILES} ${INSTALL_DATA} ${WRKSRC}/etc/${f:Q} ${EGDIR} .endfor |