pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/ssh2 Use "+=" instead of "=" for PLIST_SUBST.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7dc83c78cbfa
branches:  trunk
changeset: 501575:7dc83c78cbfa
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 23 23:11:09 2005 +0000

description:
Use "+=" instead of "=" for PLIST_SUBST.

diffstat:

 security/ssh2/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e3e677e76ba4 -r 7dc83c78cbfa security/ssh2/Makefile.common
--- a/security/ssh2/Makefile.common     Sun Oct 23 23:09:59 2005 +0000
+++ b/security/ssh2/Makefile.common     Sun Oct 23 23:11:09 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2005/06/01 18:03:21 jlam Exp $
+# $NetBSD: Makefile.common,v 1.14 2005/10/23 23:11:09 rillig Exp $
 #
 
 DISTNAME=      ssh-3.2.9.1
@@ -27,7 +27,7 @@
 .if defined(USE_X11)
 PLIST_SUBST+=  X11_SUPPORT=
 .else
-PLIST_SUBST=   X11_SUPPORT='@comment '
+PLIST_SUBST+=  X11_SUPPORT='@comment '
 .endif
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index