typo -> configure pid location option should point to a file not a directory

Submitted by:	Anders Nor Berle <debolaz@debolaz.com>
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2001-11-10 22:13:00 +00:00
parent 24a9147ae7
commit 14ac98ffa9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49923

View File

@ -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}"