aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/Canna/Makefile
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>2001-11-20 11:15:58 +0800
committermax <max@FreeBSD.org>2001-11-20 11:15:58 +0800
commite86c15ee3e83b1b69c6d6623914bbb2c4cb2a6e5 (patch)
tree5196dd63939b5c15b7ff88017c86405b8d6f7df5 /japanese/Canna/Makefile
parent9305adf44026aca23fb0b8724ea45d3e8ce22d92 (diff)
downloadfreebsd-ports-gnome-e86c15ee3e83b1b69c6d6623914bbb2c4cb2a6e5.tar.gz
freebsd-ports-gnome-e86c15ee3e83b1b69c6d6623914bbb2c4cb2a6e5.tar.zst
freebsd-ports-gnome-e86c15ee3e83b1b69c6d6623914bbb2c4cb2a6e5.zip
Tweaks to make it usable on -current.
Due to changes to signal handling, invoked child process was not able to send SIGQUIT to the parent. So instead of installing the binary set{[gu]id(bin), setuid(bin) after successful invokation. Reported by: Takayuki Tamura <ttathome@remus.dti.ne.jp>
Diffstat (limited to 'japanese/Canna/Makefile')
-rw-r--r--japanese/Canna/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/Canna/Makefile b/japanese/Canna/Makefile
index f3f2cfec0faa..29a166df2443 100644
--- a/japanese/Canna/Makefile
+++ b/japanese/Canna/Makefile
@@ -49,7 +49,7 @@ STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/canna.sh
pre-install:
${MKDIR} /var/run/canna
- ${CHOWN} bin.bin /var/run/canna
+ ${CHOWN} bin:bin /var/run/canna
@${SED} -e "s;@PREFIX@;${PREFIX};g" ${FILESDIR}/canna.sh.in \
>${WRKDIR}/canna.sh