From 579e97796954edc2469fac176e855589e1dc2997 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 5 Dec 2005 23:55:01 +0000 Subject: Ran "pkglint --autofix", which corrected some of the quoting issues in CONFIGURE_ARGS. --- net/netatalk1/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/netatalk1') diff --git a/net/netatalk1/Makefile b/net/netatalk1/Makefile index c4fb021a152..16b730f1e32 100644 --- a/net/netatalk1/Makefile +++ b/net/netatalk1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/06/05 23:40:56 taca Exp $ +# $NetBSD: Makefile,v 1.7 2005/12/05 23:55:14 rillig Exp $ DISTNAME= netatalk-1.6.4a CATEGORIES= net print @@ -27,7 +27,7 @@ CONFIGURE_ARGS+= --enable-netbsd \ --with-did=last \ --with-tcp-wrappers \ --sbindir=${PREFIX}/libexec/netatalk \ - --sysconfdir=${PKG_SYSCONFDIR} \ + --sysconfdir=${PKG_SYSCONFDIR:Q} \ --localstatedir=${VARBASE}/netatalk \ --with-nls-dir=${PREFIX}/share/netatalk/nls \ --with-uams-path=${PREFIX}/libexec/netatalk/uams -- cgit v1.2.3