diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/rsaref/Makefile | 2 | ||||
-rw-r--r-- | security/tcp_wrapper/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile index e14e4ae7b05c..01e4790221df 100644 --- a/security/rsaref/Makefile +++ b/security/rsaref/Makefile @@ -23,7 +23,7 @@ MAINTAINER= kris@FreeBSD.ORG WRKSRC= ${WRKDIR}/source RESTRICTED= "Contains cryptography" -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes pre-extract: .if !defined(BATCH) && !defined(PACKAGE_BUILDING) diff --git a/security/tcp_wrapper/Makefile b/security/tcp_wrapper/Makefile index 46cb5ac7e4da..5b070338407a 100644 --- a/security/tcp_wrapper/Makefile +++ b/security/tcp_wrapper/Makefile @@ -17,7 +17,7 @@ MAINTAINER= torstenb@FreeBSD.org FORBIDDEN= tcp_wrappers is in the base system .endif -INSTALL_SHLIBS= yes +INSTALLS_SHLIBS= yes ALL_TARGET= freebsd MAN3= hosts_access.3 |