summaryrefslogtreecommitdiff
path: root/net/netatalk
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-09 15:04:11 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-09 15:04:11 +0000
commit2d3692114885534f7bff1d71f51c9d2637e984f3 (patch)
tree6cb66de0b88e03c8058ded5c401d76d0724f71e1 /net/netatalk
parentChase new name of wxgtk shared library. (diff)
Remove a superfulous '\'.
Reported by: Dan Langille <dan@langille.org>
Notes
Notes: svn path=/head/; revision=65921
Diffstat (limited to 'net/netatalk')
-rw-r--r--net/netatalk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile
index 256c8fdd20f5..2125aff7503b 100644
--- a/net/netatalk/Makefile
+++ b/net/netatalk/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