diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-10-05 17:25:22 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-10-05 17:25:22 +0000 |
commit | 31ff62035bfcde51413e4927ebe8754df29140d6 (patch) | |
tree | e2b7ac5a4468390e71f63ab67617efeddad9149e /security/openssl-beta | |
parent | cd78936c6edcfcba6cde7a5c0a61faf1ef80c2df (diff) | |
download | ports-31ff62035bfcde51413e4927ebe8754df29140d6.tar.gz ports-31ff62035bfcde51413e4927ebe8754df29140d6.zip |
Notes
Diffstat (limited to 'security/openssl-beta')
-rw-r--r-- | security/openssl-beta/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile index 99c4305cf28f..3459e03259bf 100644 --- a/security/openssl-beta/Makefile +++ b/security/openssl-beta/Makefile @@ -39,6 +39,9 @@ INSTALLS_SHLIB= yes PKGNAMESUFFIX= -beta-overwrite-base PREFIX= /usr SHLIBVER= 2 +OPENSSLDIR= /etc/ssl +.else +OPENSSLDIR= ${PREFIX}/openssl .endif NO_LATEST_LINK= yes @@ -131,7 +134,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: |