pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/screen Use "+=" instead of "=" with PLIST_SUBST. ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e3e677e76ba4
branches: trunk
changeset: 501574:e3e677e76ba4
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Oct 23 23:09:59 2005 +0000
description:
Use "+=" instead of "=" with PLIST_SUBST. Added proper quoting for
DISTNAME.
diffstat:
misc/screen/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5cfed3aae0c6 -r e3e677e76ba4 misc/screen/Makefile
--- a/misc/screen/Makefile Sun Oct 23 23:06:18 2005 +0000
+++ b/misc/screen/Makefile Sun Oct 23 23:09:59 2005 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index