From b71a1d488b6b45e0a968a4c149990c25b6a09215 Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 5 Dec 2005 20:49:47 +0000 Subject: Fixed pkglint warnings. The warnings are mostly quoting issues, for example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html --- misc/heyu/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/heyu') diff --git a/misc/heyu/Makefile b/misc/heyu/Makefile index 0a635b91a57..5732ef96987 100644 --- a/misc/heyu/Makefile +++ b/misc/heyu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/02/02 21:07:26 abs Exp $ +# $NetBSD: Makefile,v 1.11 2005/12/05 20:50:39 rillig Exp $ # DISTNAME= x10_heyu @@ -15,7 +15,7 @@ DIST_SUBDIR= ${PKGNAME_NOREV} WRKSRC= ${WRKDIR}/heyu.dir CONFIGURE_SCRIPT= ./Configure -MAKE_ENV+= DEFAULT_SERIAL_DEVICE=${DEFAULT_SERIAL_DEVICE} +MAKE_ENV+= DEFAULT_SERIAL_DEVICE=${DEFAULT_SERIAL_DEVICE:Q} pre-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/heyu -- cgit v1.2.3