aboutsummaryrefslogtreecommitdiff
path: root/audio/rplay
diff options
context:
space:
mode:
authorMichael Scheidell <scheidell@FreeBSD.org>2012-04-25 22:14:19 +0000
committerMichael Scheidell <scheidell@FreeBSD.org>2012-04-25 22:14:19 +0000
commit31797f7ac01f319089f624d4912bf2137329a2d7 (patch)
treee35a6b30e8ef798512a541d5cee369e15ebf148e /audio/rplay
parent43ad5a6b5fe4e2c0c6c21f5d89d31fdef77999db (diff)
downloadports-31797f7ac01f319089f624d4912bf2137329a2d7.tar.gz
ports-31797f7ac01f319089f624d4912bf2137329a2d7.zip
- Correct previous commit: rplay.in sb rplayd.in, rename file, fix Makefile
PR: ports/166658 Submitted by: scheidell@ (me)
Notes
Notes: svn path=/head/; revision=295527
Diffstat (limited to 'audio/rplay')
-rw-r--r--audio/rplay/Makefile2
-rw-r--r--audio/rplay/files/rplayd.in (renamed from audio/rplay/files/rplay.in)0
-rw-r--r--audio/rplay/pkg-plist2
3 files changed, 2 insertions, 2 deletions
diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile
index 95724f59904b..6bcbd3485681 100644
--- a/audio/rplay/Makefile
+++ b/audio/rplay/Makefile
@@ -29,7 +29,7 @@ INFO= RPLAY RPTP librplay rplayd
.include <bsd.port.pre.mk>
-USE_RC_SUBR= rplay
+USE_RC_SUBR= rplayd
.if ${ARCH} == "amd64"
# pr ports/166658 mentions a problem with amd64. if it happens on i386, you can delete this conditional
diff --git a/audio/rplay/files/rplay.in b/audio/rplay/files/rplayd.in
index ead8508d4049..ead8508d4049 100644
--- a/audio/rplay/files/rplay.in
+++ b/audio/rplay/files/rplayd.in
diff --git a/audio/rplay/pkg-plist b/audio/rplay/pkg-plist
index a82707c36a3b..9531f1a77638 100644
--- a/audio/rplay/pkg-plist
+++ b/audio/rplay/pkg-plist
@@ -1,4 +1,4 @@
-@unexec rm -f %D/etc/rc.d/rplay.sh*
+@unexec rm -f %D/etc/rc.d/rplayd.sh*
@unexec if cmp %D/etc/rplay.hosts.sample %D/etc/rplay.hosts 2>/dev/null; then rm -f %D/etc/rplay.hosts; fi
etc/rplay.hosts.sample
@unexec if cmp %D/etc/rplay.conf.sample %D/etc/rplay.conf 2>/dev/null; then rm -f %D/etc/rplay.conf; fi