aboutsummaryrefslogtreecommitdiff
path: root/audio/icecast2/Makefile
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-12-10 21:41:23 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-12-10 21:41:23 +0000
commitf21956113e6bc4ac17272f62cd8fac37270d321c (patch)
treeda329f2292d08bc535bd21f51b17c70409f26b48 /audio/icecast2/Makefile
parentaaf90d413df8860d8e1ffa33a403ce7005430c26 (diff)
Add a rc-script.
Submitted by: "dave" <dmehler26@woh.rr.com>
Notes
Notes: svn path=/head/; revision=123654
Diffstat (limited to 'audio/icecast2/Makefile')
-rw-r--r--audio/icecast2/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile
index 3c4e2964959b..51aa8ee1a767 100644
--- a/audio/icecast2/Makefile
+++ b/audio/icecast2/Makefile
@@ -26,4 +26,10 @@ CONFIGURE_ENV= OGG_PREFIX=${LOCALBASE}
WRKSRC= ${WRKDIR}/icecast-${PORTVERSION}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+post-install:
+ @${INSTALL_SCRIPT} ${FILESDIR}/icecast2.sh ${PREFIX}/etc/rc.d/icecast2.sh
+ @${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.post.mk>