From 302e549bd046591d1415a06969157624d1f3b242 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 23 Oct 2005 23:09:59 +0000 Subject: Use "+=" instead of "=" with PLIST_SUBST. Added proper quoting for DISTNAME. --- misc/screen/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/screen/Makefile') diff --git a/misc/screen/Makefile b/misc/screen/Makefile index f19795d22d6..7273eb72760 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2005/09/28 19:35:36 rillig Exp $ +# $NetBSD: Makefile,v 1.62 2005/10/23 23:09:59 rillig Exp $ DISTNAME= screen-4.0.2 PKGREVISION= 3 @@ -16,7 +16,7 @@ NOT_FOR_PLATFORM= Interix-*-* # user auth and username size fixes needed USE_PKGINSTALL= YES INFO_FILES= screen.info -PLIST_SUBST= DISTNAME=${DISTNAME} +PLIST_SUBST+= DISTNAME=${DISTNAME:Q} GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-sys-screenrc=${PKG_SYSCONFDIR}/screenrc -- cgit v1.2.3