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

fix path for option OPENSSL_OVERWRITE_BASE

PR:		42665
Submitted by:	roman@bellavista.cz
This commit is contained in:
Dirk Meyer 2002-09-15 13:01:05 +00:00
parent dfb29e227b
commit b29bd2eb2e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66364

View File

@ -42,6 +42,9 @@ INSTALLS_SHLIB= yes
PKGNAMESUFFIX= -overwrite-base
PREFIX= /usr
SHLIBVER= 2
OPENSSLDIR= /etc/ssl
.else
OPENSSLDIR= ${PREFIX}/openssl
.endif
MANPREFIX= ${PREFIX}/openssl
@ -128,7 +131,7 @@ EXTRACONFIGURE= 386
do-configure:
@cd ${WRKSRC} \
&& ${SETENV} CC="${CC}" CFLAGS="${CFLAGS}" PERL="${PERL}" \
./config --prefix=${PREFIX} --openssldir=${PREFIX}/openssl \
./config --prefix=${PREFIX} --openssldir=${OPENSSLDIR} \
-L${PREFIX}/lib ${EXTRACONFIGURE}
post-install: