diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-06-06 14:01:45 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-06-06 14:01:45 +0000 |
commit | 196046c8bb735faebdbbd5b9c37a4ff32d54f487 (patch) | |
tree | 3d19b234b20089a7aeb5178404faf01c25bd796a /audio/icecast2 | |
parent | 1976e8243cee8487a9bfccb7d4f97fdff7ad270f (diff) | |
download | ports-196046c8bb735faebdbbd5b9c37a4ff32d54f487.tar.gz ports-196046c8bb735faebdbbd5b9c37a4ff32d54f487.zip |
Notes
Diffstat (limited to 'audio/icecast2')
-rw-r--r-- | audio/icecast2/Makefile | 5 | ||||
-rw-r--r-- | audio/icecast2/pkg-plist | 1 |
2 files changed, 2 insertions, 4 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile index 28eb2ab06a1c..9934bc5179da 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> diff --git a/audio/icecast2/pkg-plist b/audio/icecast2/pkg-plist index 9cbca36b1af6..7fd31b8a28bf 100644 --- a/audio/icecast2/pkg-plist +++ b/audio/icecast2/pkg-plist @@ -1,6 +1,5 @@ bin/icecast etc/icecast.xml.sample -etc/rc.d/icecast2.sh share/doc/icecast/AUTHORS share/doc/icecast/COPYING share/doc/icecast/ChangeLog |