diff options
author | rillig <rillig@pkgsrc.org> | 2005-10-23 23:09:59 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-10-23 23:09:59 +0000 |
commit | 302e549bd046591d1415a06969157624d1f3b242 (patch) | |
tree | 5bdbab3947a4502814c88637c95e4a242094a83e /misc/screen/Makefile | |
parent | 7325e9c806cfd51c23cc02feb0d74f8d6a15dc73 (diff) | |
download | pkgsrc-302e549bd046591d1415a06969157624d1f3b242.tar.gz |
Use "+=" instead of "=" with PLIST_SUBST. Added proper quoting for
DISTNAME.
Diffstat (limited to 'misc/screen/Makefile')
-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 |