diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-12-10 21:41:23 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-12-10 21:41:23 +0000 |
commit | f21956113e6bc4ac17272f62cd8fac37270d321c (patch) | |
tree | da329f2292d08bc535bd21f51b17c70409f26b48 /audio/icecast2/Makefile | |
parent | aaf90d413df8860d8e1ffa33a403ce7005430c26 (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/Makefile | 8 |
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> |