aboutsummaryrefslogtreecommitdiff
path: root/security/tcp_wrapper/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-15 17:59:45 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-15 17:59:45 +0000
commit835d6b8655813f2580f5db9fcbec03a34833ec92 (patch)
tree1dad4fa822830f51205ce8becf3ef756537f4a2b /security/tcp_wrapper/Makefile
parent5cb14340042a107ee5ad92616d23d4d9551eb878 (diff)
downloadports-835d6b8655813f2580f5db9fcbec03a34833ec92.tar.gz
ports-835d6b8655813f2580f5db9fcbec03a34833ec92.zip
Third round of INSTALL_SHLIBS=yes fixes.
Notes
Notes: svn path=/head/; revision=29615
Diffstat (limited to 'security/tcp_wrapper/Makefile')
-rw-r--r--security/tcp_wrapper/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/tcp_wrapper/Makefile b/security/tcp_wrapper/Makefile
index 3d668f4aae72..46cb5ac7e4da 100644
--- a/security/tcp_wrapper/Makefile
+++ b/security/tcp_wrapper/Makefile
@@ -17,13 +17,14 @@ MAINTAINER= torstenb@FreeBSD.org
FORBIDDEN= tcp_wrappers is in the base system
.endif
+INSTALL_SHLIBS= yes
+
ALL_TARGET= freebsd
MAN3= hosts_access.3
MAN5= hosts_access.5 hosts_options.5
MAN8= tcpd.8 tcpdchk.8 tcpdmatch.8
post-install:
- ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
@${INSTALL_DATA} ${FILESDIR}/inetd.conf.wrapped.sample ${PREFIX}/etc
update: