diff options
Diffstat (limited to 'net/silc-server/Makefile')
-rw-r--r-- | net/silc-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/silc-server/Makefile b/net/silc-server/Makefile index 86d863f..dc9df90 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}" |