summaryrefslogtreecommitdiff
path: root/security/ssh
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1997-12-22 07:45:38 +0000
committerhubertf <hubertf@pkgsrc.org>1997-12-22 07:45:38 +0000
commit8639bafeaa485cc1edbbeb6e2ce7d43ab384150b (patch)
treef1ede92dd4a3f7486eb9c5b1fc31bf76545494e9 /security/ssh
parent279dda1358a353dd9c690ba5ca637faf58f3a431 (diff)
downloadpkgsrc-8639bafeaa485cc1edbbeb6e2ce7d43ab384150b.tar.gz
Fix setting CONFIGURE_ARGS ("=" -> "+=")
Diffstat (limited to 'security/ssh')
-rw-r--r--security/ssh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index 2a149062653..0be9255dea3 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -3,7 +3,7 @@
# Date created: 19971214
# Whom: hubertf@netbsd.org
#
-# $NetBSD: Makefile,v 1.2 1997/12/18 02:44:51 mrg Exp $
+# $NetBSD: Makefile,v 1.3 1997/12/22 07:45:52 hubertf Exp $
# FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp
#
# Maximal ssh package requires YES values for
@@ -37,7 +37,7 @@ IS_INTERACTIVE= YES
GNU_CONFIGURE= YES
-CONFIGURE_ARGS= --prefix=${PREFIX} --with-etcdir=/etc
+CONFIGURE_ARGS+= --prefix=${PREFIX} --with-etcdir=/etc
#Uncomment if all your users are in their own group and their homedir
#is writeable by that group. Beware the security implications!