diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-30 16:04:19 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-30 16:04:19 +0000 |
commit | b3355274c7d600c04ddaaebe8e470825aff3dffd (patch) | |
tree | 22a6b9833f59ad2a08d2f91cde17907f160b24ba /chat/i2cbd | |
parent | de1c405621eba839372911570af387a9b977058d (diff) | |
download | pkgsrc-b3355274c7d600c04ddaaebe8e470825aff3dffd.tar.gz |
Set RCD_SCRIPT_SRC and let the normal file substitutions take care
of the rest.
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} |