diff options
author | rillig <rillig@pkgsrc.org> | 2005-10-23 23:11:09 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-10-23 23:11:09 +0000 |
commit | 1bf464a32306585f3c5c24d36a7fdecc46ab12ef (patch) | |
tree | 465c7182b794d0a1af6da75680de5417776c5c41 /security | |
parent | 302e549bd046591d1415a06969157624d1f3b242 (diff) | |
download | pkgsrc-1bf464a32306585f3c5c24d36a7fdecc46ab12ef.tar.gz |
Use "+=" instead of "=" for PLIST_SUBST.
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh2/Makefile.common | 4 |
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" |