diff options
author | rillig <rillig> | 2005-10-23 23:09:59 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-10-23 23:09:59 +0000 |
commit | 28168875bb876e20cf019326153bc6980c2fd756 (patch) | |
tree | 5bdbab3947a4502814c88637c95e4a242094a83e | |
parent | efecf5004f3f17e1fc69aaae5670241d55eeed75 (diff) | |
download | pkgsrc-28168875bb876e20cf019326153bc6980c2fd756.tar.gz |
Use "+=" instead of "=" with PLIST_SUBST. Added proper quoting for
DISTNAME.
-rw-r--r-- | misc/screen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |