diff options
author | lofi <lofi@FreeBSD.org> | 2005-06-06 14:01:45 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-06-06 14:01:45 +0000 |
commit | a9405df819fd80ccf93301759b94ec4730efb596 (patch) | |
tree | 1811e66595edcc8b322dfd0752bd311d8a78d66e /audio/icecast2/Makefile | |
parent | 6947366d88a84cb5a6850265912ae4d2e3303f66 (diff) | |
download | FreeBSD-ports-a9405df819fd80ccf93301759b94ec4730efb596.zip FreeBSD-ports-a9405df819fd80ccf93301759b94ec4730efb596.tar.gz |
Fix rcNG script.
PR: ports/81932
Submitted by: Mike Benjamin <mikeb@mikeb.org>
Correct fix pointed out by: flz
Diffstat (limited to 'audio/icecast2/Makefile')
-rw-r--r-- | audio/icecast2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile index 28eb2ab..9934bc5 100644 --- a/audio/icecast2/Makefile +++ b/audio/icecast2/Makefile @@ -7,7 +7,7 @@ PORTNAME= icecast2 PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= audio net ipv6 MASTER_SITES= http://svn.xiph.org/releases/icecast/ @@ -24,7 +24,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ USE_GMAKE= yes USE_LIBTOOL_VER=15 -USE_RC_SUBR= yes +USE_RC_SUBR= icecast2.sh CONFIGURE_ENV= OGG_PREFIX=${LOCALBASE} WRKSRC= ${WRKDIR}/icecast-${PORTVERSION} @@ -32,7 +32,6 @@ WRKSRC= ${WRKDIR}/icecast-${PORTVERSION} .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> |