mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
- Correct login/LOGIN in rc script
- Minor cleanup PR: ports/143532 Submitted by: Mykola Dzham <i@levsha.me> Approved by: Sunpoet Hsieh <sunpoet@sunpoet.net> (maintainer)
This commit is contained in:
parent
2e074d1aa2
commit
442e34edb8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249649
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= icecast2
|
||||
PORTVERSION= 2.3.2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= audio net ipv6
|
||||
MASTER_SITES= http://downloads.xiph.org/releases/icecast/ \
|
||||
@ -28,7 +28,6 @@ USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_RC_SUBR= icecast2.sh
|
||||
SUB_FILES+= pkg-message
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
CONFIGURE_ENV= OGG_PREFIX=${LOCALBASE} CFLAGS=-I${LOCALBASE}/include
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/icecast
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
# PROVIDE: icecast2
|
||||
# REQUIRE: DAEMON
|
||||
# BEFORE: login
|
||||
# BEFORE: LOGIN
|
||||
# KEYWORD: shutdown
|
||||
|
||||
# Add the following line to /etc/rc.conf to enable `icecast2'. This requires
|
||||
|
Loading…
Reference in New Issue
Block a user