summaryrefslogtreecommitdiff
path: root/security/ssh2
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-10-08 13:11:52 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-10-08 13:11:52 +0000
commit5ae4f4e88c95f57be9a525e70c9275e6c6299f6f (patch)
tree45414dce0cb13cb087be32da8f2a527158a70a10 /security/ssh2
parentUpdate to version 2.5; add updated libvga libs. (diff)
Um, be careful when you copy stuff around -- change the second
CONFIGURE_ARGS defintion to use "+=" so it won't override the first. While I'm here, GNU_CONFIGURE implies --prefix=${PREFIX} so take it out.
Notes
Notes: svn path=/head/; revision=13736
Diffstat (limited to 'security/ssh2')
-rw-r--r--security/ssh2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile
index 92572074f804..f1f2451daf77 100644
--- a/security/ssh2/Makefile
+++ b/security/ssh2/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.68 1998/10/08 06:16:18 jkh Exp $
+# $Id: Makefile,v 1.69 1998/10/08 06:17:56 jkh Exp $
#
# Maximal ssh package requires YES values for
# USE_PERL, USE_TCPWRAP
@@ -47,7 +47,7 @@ IS_INTERACTIVE= YES
GNU_CONFIGURE= YES
-CONFIGURE_ARGS= --prefix=${PREFIX} --with-etcdir=${PREFIX}/etc
+CONFIGURE_ARGS+= --with-etcdir=${PREFIX}/etc
#Uncomment if all your users are in their own group and their homedir
#is writeable by that group. Beware the security implications!