1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Remove a superfulous '\'.

Reported by:	Dan Langille <dan@langille.org>
This commit is contained in:
Joe Marcus Clarke 2002-09-09 15:04:11 +00:00
parent 4715163d34
commit 2d36921148
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65921
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper
USE_BZIP2= yes
CONFIGURE_ARGS+= --with-tcp-wrappers \
--with-pkgconfdir=${PREFIX}/etc \
--with-pkgconfdir=${PREFIX}/etc
.if defined(WITH_PAM)
PLIST_SUB+= NETATALKPAM=""
.else

View File

@ -27,7 +27,7 @@ LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper
USE_BZIP2= yes
CONFIGURE_ARGS+= --with-tcp-wrappers \
--with-pkgconfdir=${PREFIX}/etc \
--with-pkgconfdir=${PREFIX}/etc
.if defined(WITH_PAM)
PLIST_SUB+= NETATALKPAM=""
.else