diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 08:19:52 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 08:19:52 +0000 |
commit | df3a76d24b6e8ffed73c8b42a24ca26a8561dfea (patch) | |
tree | c65e6a653b92bf1a3756b5291b5097a864343080 /security | |
parent | b064aaa6e5926785962b569b9f5ee08f43be90cf (diff) | |
download | FreeBSD-ports-df3a76d24b6e8ffed73c8b42a24ca26a8561dfea.zip FreeBSD-ports-df3a76d24b6e8ffed73c8b42a24ca26a8561dfea.tar.gz |
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
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 e14e4ae..01e4790 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 46cb5ac..5b07033 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 |