diff options
author | joerg <joerg@pkgsrc.org> | 2007-09-02 10:50:42 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-09-02 10:50:42 +0000 |
commit | 28f2cc21ef1f794c0be8a3d86c461b5ff036cbef (patch) | |
tree | aa0b186ba5afbe771b2ff31588ea8aed03b9b20b /chat/i2cbd | |
parent | 1dee1b9d362f13ee1520e9e05ddd5d34bc7f5a4d (diff) | |
download | pkgsrc-28f2cc21ef1f794c0be8a3d86c461b5ff036cbef.tar.gz |
Don't install RC script by hand.
Diffstat (limited to 'chat/i2cbd')
-rw-r--r-- | chat/i2cbd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/i2cbd/Makefile b/chat/i2cbd/Makefile index e7d75855e21..69a87106632 100644 --- a/chat/i2cbd/Makefile +++ b/chat/i2cbd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2007/08/30 16:04:19 joerg Exp $ +# $NetBSD: Makefile,v 1.27 2007/09/02 10:50:42 joerg Exp $ # DISTNAME= i2cbd-2.0_BETA5 @@ -40,6 +40,5 @@ post-install: .for f in ${EGFILES} ${INSTALL_DATA} ${WRKSRC}/etc/${f:Q} ${EGDIR} .endfor - ${INSTALL_SCRIPT} ${WRKDIR}/icbd.sh ${PREFIX}/share/examples/rc.d/icbd .include "../../mk/bsd.pkg.mk" |