diff options
author | lioux <lioux@FreeBSD.org> | 2001-11-10 22:13:00 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-11-10 22:13:00 +0000 |
commit | 3a7456750172de200128740b87cbf5355747f330 (patch) | |
tree | a439b33a5144ed36d02c8effeaa4008cf5809d31 /net/silc-server/Makefile | |
parent | 14b65b30e875b3d3eb058722e471fa32c64a5706 (diff) | |
download | FreeBSD-ports-3a7456750172de200128740b87cbf5355747f330.zip FreeBSD-ports-3a7456750172de200128740b87cbf5355747f330.tar.gz |
typo -> configure pid location option should point to a file not a directory
Submitted by: Anders Nor Berle <debolaz@debolaz.com>
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}" |