diff options
author | asami <asami@FreeBSD.org> | 1998-10-08 21:11:52 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-10-08 21:11:52 +0800 |
commit | e515d83345c2592ef0b72739fbcdd35502216cbc (patch) | |
tree | 76b0d6c151ddf9540fd83a9d2d98338813b5ae3e /security | |
parent | e5aef368eb109da5ea177401a1f6b36ba8f778e6 (diff) | |
download | freebsd-ports-gnome-e515d83345c2592ef0b72739fbcdd35502216cbc.tar.gz freebsd-ports-gnome-e515d83345c2592ef0b72739fbcdd35502216cbc.tar.zst freebsd-ports-gnome-e515d83345c2592ef0b72739fbcdd35502216cbc.zip |
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.
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh/Makefile | 4 | ||||
-rw-r--r-- | security/ssh2/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 92572074f804..f1f2451daf77 100644 --- a/security/ssh/Makefile +++ b/security/ssh/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! 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! |