From 5ec134d67dbba7a354689af359fb4dd92bc8cbec 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 --- audio/rplay/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'audio/rplay') diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile index 9366148a219..4a8126b3117 100644 --- a/audio/rplay/Makefile +++ b/audio/rplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2005/05/23 08:43:59 rillig Exp $ +# $NetBSD: Makefile,v 1.50 2005/12/05 20:49:49 rillig Exp $ # DISTNAME= rplay-3.3.2 @@ -36,7 +36,6 @@ post-install: .for f in rplay.conf rplay.helpers rplay.hosts rplay.servers ${INSTALL_DATA} ${WRKSRC}/etc/${f} ${EGDIR} .endfor -.undef f .include "../../audio/gsm/buildlink3.mk" .include "../../devel/readline/buildlink3.mk" -- cgit v1.2.3