diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-07-16 09:18:40 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-07-16 09:18:40 +0000 |
commit | 90c2f5fac63b42d287133256f585261bb71e6b20 (patch) | |
tree | 450189cc7092e3bf7a6dcfe4258f687a0ee865f6 /security | |
parent | f38f930b0b84bbe2f323658631f3f49f81f6fae0 (diff) | |
download | ports-90c2f5fac63b42d287133256f585261bb71e6b20.tar.gz ports-90c2f5fac63b42d287133256f585261bb71e6b20.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl-beta/Makefile | 1 | ||||
-rw-r--r-- | security/openssl/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile index b5734897a7f7..a7dfc03dfd77 100644 --- a/security/openssl-beta/Makefile +++ b/security/openssl-beta/Makefile @@ -31,6 +31,7 @@ PLIST= ${PKGDIR}/PLIST.noshared ALL_TARGET= freebsd-shared all SHLIBVER= 1 MAKE_ENV+= SHLIBVER=${SHLIBVER} +INSTALLS_SHLIB= yes .endif MANPREFIX= ${PREFIX}/openssl diff --git a/security/openssl/Makefile b/security/openssl/Makefile index b5734897a7f7..a7dfc03dfd77 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -31,6 +31,7 @@ PLIST= ${PKGDIR}/PLIST.noshared ALL_TARGET= freebsd-shared all SHLIBVER= 1 MAKE_ENV+= SHLIBVER=${SHLIBVER} +INSTALLS_SHLIB= yes .endif MANPREFIX= ${PREFIX}/openssl |