summaryrefslogtreecommitdiff
path: root/net/silc-server
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-11-10 22:13:00 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-11-10 22:13:00 +0000
commit14ac98ffa90f144386c35c245e904c922a23c5b5 (patch)
treea1f8d1f08646d49208d4bc2813bc94e971b0d826 /net/silc-server
parentupdate WWW site (diff)
typo -> configure pid location option should point to a file not a directory
Submitted by: Anders Nor Berle <debolaz@debolaz.com>
Notes
Notes: svn path=/head/; revision=49923
Diffstat (limited to 'net/silc-server')
-rw-r--r--net/silc-server/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/silc-server/Makefile b/net/silc-server/Makefile
index 86d863fcec17..dc9df90322da 100644
--- a/net/silc-server/Makefile
+++ b/net/silc-server/Makefile
@@ -32,7 +32,7 @@ CONFIGURE_ARGS= --with-silcd-config-file=${PREFIX}/etc/${PORTNAME}/silcd.conf \
--with-etcdir=${PREFIX}/etc/${PORTNAME} \
--with-helpdir=share/${PORTNAME}/help \
--with-logsdir=${PORTNAME}/logs \
- --with-silcd-pid-file=/var/run \
+ --with-silcd-pid-file=/var/run/silcd.pid \
--with-simdir=libexec/${PORTNAME}/modules
INSTALLS_SHLIB= yes
PLIST_SUB= INSTALL_DIR="${INSTALL_DIR}"