diff options
author | dirk <dirk@FreeBSD.org> | 2000-07-16 17:18:40 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2000-07-16 17:18:40 +0800 |
commit | 42cc266c431d56d63a9cebee8da9a106cbac8876 (patch) | |
tree | 81bea656613eb8ab97fae64f083765b6adf50ca1 /security/openssl/Makefile | |
parent | e104b470ef31ac97f618734f0393954806ac0c8b (diff) | |
download | freebsd-ports-gnome-42cc266c431d56d63a9cebee8da9a106cbac8876.tar.gz freebsd-ports-gnome-42cc266c431d56d63a9cebee8da9a106cbac8876.tar.zst freebsd-ports-gnome-42cc266c431d56d63a9cebee8da9a106cbac8876.zip |
Set INSTALLS_SHLIB.
Submitted by: Dmitry Grigorovich <odip@bionet.nsc.ru>
Forgotten by: sobomax
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r-- | security/openssl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |