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.
This commit is contained in:
parent
c6b3d0c79f
commit
5ae4f4e88c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13736
2 changed files with 4 additions and 4 deletions
|
@ -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!
|
||||
|
|
|
@ -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!
|
||||
|
|
Loading…
Reference in a new issue