summaryrefslogtreecommitdiff
path: root/audio/rplay/Makefile
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-05-19 21:41:21 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-05-19 21:41:21 +0000
commit1cfe1a79d14e2b3c4c293e99b6f70cf5a9566d77 (patch)
tree314db709719916111d734a8ed83e66e538de1486 /audio/rplay/Makefile
parentAdd install-user target. (diff)
- install rplayd.sh as rplayd.sh.sample
- better config file management PR: 35634 Submitted by: Alan Eldridge <ports@geeksrus.net>
Notes
Notes: svn path=/head/; revision=59485
Diffstat (limited to 'audio/rplay/Makefile')
-rw-r--r--audio/rplay/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile
index 7783cced6190..5a69a2331140 100644
--- a/audio/rplay/Makefile
+++ b/audio/rplay/Makefile
@@ -32,12 +32,12 @@ post-install:
.for info in ${INFO_FILES}
@install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
.endfor
-.if !exists(${PREFIX}/etc/rc.d/rplayd.sh)
- @${ECHO} "===> Installing ${PREFIX}/etc/rc.d/rplayd.sh startup file"
- @${INSTALL_SCRIPT} -m 751 ${FILESDIR}/rplayd.sh ${PREFIX}/etc/rc.d/rplayd.sh
-.endif
+ @${ECHO} "===> Installing ${PREFIX}/etc/rc.d/rplayd.sh"
+ @${ECHO} "===> startup file as ${PREFIX}/etc/rc.d/rplayd.sh.sample"
+ @${INSTALL_SCRIPT} -m 751 ${FILESDIR}/rplayd.sh ${PREFIX}/etc/rc.d/rplayd.sh.sample
.if !exists(${PREFIX}/etc/rplay.hosts)
@${ECHO_CMD} localhost > ${PREFIX}/etc/rplay.hosts
.endif
+ @${ECHO_CMD} localhost > ${PREFIX}/etc/rplay.hosts.sample
.include <bsd.port.mk>