mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Committed the wrong version ... s#/usr/local#${LOCALBASE}#
This commit is contained in:
parent
5e322f5e1e
commit
2a60dce585
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149630
4 changed files with 4 additions and 4 deletions
|
@ -34,7 +34,7 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \
|
|||
USE_OPENSSL= yes
|
||||
|
||||
.if defined(WITH_OPENSSL_PORT)
|
||||
CONFIGURE_ARGS+= --with-openssl=/usr/local
|
||||
CONFIGURE_ARGS+= --with-openssl=${LOCALBASE}
|
||||
.else
|
||||
CONFIGURE_ARGS+= --with-openssl
|
||||
.endif
|
||||
|
|
|
@ -34,7 +34,7 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \
|
|||
USE_OPENSSL= yes
|
||||
|
||||
.if defined(WITH_OPENSSL_PORT)
|
||||
CONFIGURE_ARGS+= --with-openssl=/usr/local
|
||||
CONFIGURE_ARGS+= --with-openssl=${LOCALBASE}
|
||||
.else
|
||||
CONFIGURE_ARGS+= --with-openssl
|
||||
.endif
|
||||
|
|
|
@ -34,7 +34,7 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \
|
|||
USE_OPENSSL= yes
|
||||
|
||||
.if defined(WITH_OPENSSL_PORT)
|
||||
CONFIGURE_ARGS+= --with-openssl=/usr/local
|
||||
CONFIGURE_ARGS+= --with-openssl=${LOCALBASE}
|
||||
.else
|
||||
CONFIGURE_ARGS+= --with-openssl
|
||||
.endif
|
||||
|
|
|
@ -34,7 +34,7 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \
|
|||
USE_OPENSSL= yes
|
||||
|
||||
.if defined(WITH_OPENSSL_PORT)
|
||||
CONFIGURE_ARGS+= --with-openssl=/usr/local
|
||||
CONFIGURE_ARGS+= --with-openssl=${LOCALBASE}
|
||||
.else
|
||||
CONFIGURE_ARGS+= --with-openssl
|
||||
.endif
|
||||
|
|
Loading…
Add table
Reference in a new issue