summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig>2005-10-23 23:11:09 +0000
committerrillig <rillig>2005-10-23 23:11:09 +0000
commit8d20189405b43ba6147712b5c114fca160603273 (patch)
tree465c7182b794d0a1af6da75680de5417776c5c41
parent28168875bb876e20cf019326153bc6980c2fd756 (diff)
downloadpkgsrc-8d20189405b43ba6147712b5c114fca160603273.tar.gz
Use "+=" instead of "=" for PLIST_SUBST.
-rw-r--r--security/ssh2/Makefile.common4
1 files changed, 2 insertions, 2 deletions
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"