1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Committed the wrong version ... s#/usr/local#${LOCALBASE}#

This commit is contained in:
Doug Barton 2005-11-27 01:11:31 +00:00
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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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