Index: head/net/xbms/Makefile =================================================================== --- head/net/xbms/Makefile (revision 175959) +++ head/net/xbms/Makefile (revision 175960) @@ -1,30 +1,30 @@ # New ports collection makefile for: xbms # Date created: Thu Dec 19 23:38:50 CET 2002 # Whom: king@v2project.com # # $FreeBSD$ # PORTNAME= xbms PORTVERSION= 0.30.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.xboxmediaplayer.de/downloads/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Xbms, the unix streaming server for xbox mediaplayer USE_RC_SUBR= ${PORTNAME} post-patch: @${REINPLACE_CMD} -e 's|@@PREFIX@@|${PREFIX}|g' ${WRKSRC}/server.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xbms ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/xbms.conf ${PREFIX}/etc/xbms.conf.sample @if ! [ -f ${PREFIX}/etc/xbms.conf ]; then \ ${INSTALL_DATA} ${WRKSRC}/xbms.conf ${PREFIX}/etc/ ; \ fi .include Property changes on: head/net/xbms/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/net/xbms/files/xbms.in =================================================================== --- head/net/xbms/files/xbms.in (revision 175959) +++ head/net/xbms/files/xbms.in (revision 175960) @@ -1,26 +1,26 @@ #!/bin/sh # # PROVIDE: xbms # REQUIRE: LOGIN # # Add the following lines to /etc/rc.conf.local or /etc/rc.conf # to enable this service: # # xbms_enable (bool): Set to NO by default. # Set it to YES to enable xbms. # . %%RC_SUBR%% name="xbms" rcvar=${name}_enable -command=%%PREFIX%%/sbin/${name} +command=%%PREFIX%%/bin/${name} pidfile=/var/run/${name}.pid -required_files=%%PREFIX%%/etc/$[name}.conf +required_files=%%PREFIX%%/etc/${name}.conf load_rc_config $name : ${xbms_enable="NO"} run_rc_command "$1" Property changes on: head/net/xbms/files/xbms.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property