From 1bf464a32306585f3c5c24d36a7fdecc46ab12ef Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 23 Oct 2005 23:11:09 +0000 Subject: Use "+=" instead of "=" for PLIST_SUBST. --- security/ssh2/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security') diff --git a/security/ssh2/Makefile.common b/security/ssh2/Makefile.common index 08a251fbc3f..39ca6c84d61 100644 --- a/security/ssh2/Makefile.common +++ b/security/ssh2/Makefile.common @@ -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 @@ PLIST_SRC= ${.CURDIR}/../../security/ssh2/PLIST .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" -- cgit v1.2.3