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. --- print/a2ps/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'print/a2ps/Makefile') diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index 303331a34fb..8192ae9ca05 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2005/11/30 18:24:00 tonio Exp $ +# $NetBSD: Makefile,v 1.59 2005/12/05 23:55:16 rillig Exp $ DISTNAME= a2ps-4.13b PKGNAME= a2ps-4.13.0.2 @@ -29,8 +29,8 @@ USE_PKGINSTALL= YES USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES CONFIGURE_ENV+= LPR=lpr -CONFIGURE_ARGS+= --with-medium="${PAPERSIZE}" -CONFIGURE_ARGS+= --sysconfdir="${PKG_SYSCONFDIR}" +CONFIGURE_ARGS+= --with-medium=${PAPERSIZE:Q} +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} EGDIR= ${PREFIX}/share/examples/a2ps CONF_FILES= ${EGDIR}/a2ps-site.cfg ${PKG_SYSCONFDIR}/a2ps-site.cfg -- cgit v1.2.3