summaryrefslogtreecommitdiff
path: root/security/ssh2/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-12-24 18:39:48 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-12-24 18:39:48 +0000
commit332b0f4a830f7403e0b41592bbae6e4094f8ef23 (patch)
tree9aa86e9c08a6d45d9cb6cc1ab3b1b095d54bc7ec /security/ssh2/Makefile
parentRemove the old KerberosIV stuff and PAM-ize. (diff)
remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanups
PR: 14759 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes: svn path=/head/; revision=23999
Diffstat (limited to 'security/ssh2/Makefile')
-rw-r--r--security/ssh2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile
index 7cc7302384f1..6bc3cf7fb1d1 100644
--- a/security/ssh2/Makefile
+++ b/security/ssh2/Makefile
@@ -24,7 +24,7 @@ RESTRICTED= "Crypto; export-controlled"
GNU_CONFIGURE= YES
-CONFIGURE_ARGS= --prefix=${PREFIX} --with-etcdir=${PREFIX}/etc --enable-debug
+CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc --enable-debug
#Uncomment if all your users are in their own group and their homedir
#is writeable by that group. Beware the security implications!
#CONFIGURE_ARGS+= --enable-group-writeability