summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-04-19 23:10:16 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-04-19 23:10:16 +0000
commit3b055139d1f395b96b52d6fb4e2e48ac036a571f (patch)
tree5316bfa5f816da73744a22888eb4be4d29b6b118 /irc
parents/LIB_DEPENDS=/LIB_DEPENDS+=/ in the USE_GETOPT_LONG section. (diff)
Correct the file path for dancer-services.
Notes
Notes: svn path=/head/; revision=79319
Diffstat (limited to 'irc')
-rw-r--r--irc/dancer-services/Makefile1
-rw-r--r--irc/dancer-services/files/dancer-services.sh4
2 files changed, 3 insertions, 2 deletions
diff --git a/irc/dancer-services/Makefile b/irc/dancer-services/Makefile
index 13a34980866a..556126cf1534 100644
--- a/irc/dancer-services/Makefile
+++ b/irc/dancer-services/Makefile
@@ -7,6 +7,7 @@
PORTNAME= dancer-services
PORTVERSION= 1.8.0.6.8
+PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= http://www.doc.ic.ac.uk/~aps100/dancer/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/irc/dancer-services/files/dancer-services.sh b/irc/dancer-services/files/dancer-services.sh
index f52c4a40f049..0898a5066d77 100644
--- a/irc/dancer-services/files/dancer-services.sh
+++ b/irc/dancer-services/files/dancer-services.sh
@@ -4,8 +4,8 @@
case "$1" in
start)
- if [ -x %PREFIX%/bin/dancer-services ]; then
- su -fm ircservices -c %PREFIX%/bin/dancer-services && echo ' dancer-services'
+ if [ -x %PREFIX%/sbin/dancer-services ]; then
+ su -fm ircservices -c %PREFIX%/sbin/dancer-services && echo ' dancer-services'
fi
;;