summaryrefslogtreecommitdiff
path: root/net/trickle/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2003-09-27 02:31:48 +0000
committerxtraeme <xtraeme>2003-09-27 02:31:48 +0000
commit1c509ca34ad845bea68dc4d28cd86a9feb9fc32d (patch)
tree3755cb7156ecb5cb36c1d5ac4a4e2ecbba531b47 /net/trickle/Makefile
parent33b62f0a7f3b71cfc500579511da49b5d7739e75 (diff)
downloadpkgsrc-1c509ca34ad845bea68dc4d28cd86a9feb9fc32d.tar.gz
* Add missing RCD_SCRIPTS
* Fix typo in trickled.sh (RCS_SCRIPTS_SHELL -> RCD_SCRIPTS_SHELL)
Diffstat (limited to 'net/trickle/Makefile')
-rw-r--r--net/trickle/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/trickle/Makefile b/net/trickle/Makefile
index 224aa60e576..c77d8d6c8d6 100644
--- a/net/trickle/Makefile
+++ b/net/trickle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/09/25 14:19:41 xtraeme Exp $
+# $NetBSD: Makefile,v 1.2 2003/09/27 02:31:48 xtraeme Exp $
#
DISTNAME= trickle-1.06
@@ -21,6 +21,8 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
EGDIR= ${PREFIX}/share/examples/trickle
CONF_FILES= ${EGDIR}/trickled.conf ${PKG_SYSCONFDIR}/trickled.conf
+RCD_SCRIPTS= trickled
+
pre-install:
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${FILESDIR}/trickled.conf ${EGDIR}