diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-09 15:04:11 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-09 15:04:11 +0000 |
commit | 2d3692114885534f7bff1d71f51c9d2637e984f3 (patch) | |
tree | 6cb66de0b88e03c8058ded5c401d76d0724f71e1 /net/netatalk-devel | |
parent | 4715163d3486e1cf9229919cd577401880a6d418 (diff) |
Remove a superfulous '\'.
Reported by: Dan Langille <dan@langille.org>
Notes
Notes:
svn path=/head/; revision=65921
Diffstat (limited to 'net/netatalk-devel')
-rw-r--r-- | net/netatalk-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netatalk-devel/Makefile b/net/netatalk-devel/Makefile index 256c8fdd20f5..2125aff7503b 100644 --- a/net/netatalk-devel/Makefile +++ b/net/netatalk-devel/Makefile @@ -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 |