diff options
Diffstat (limited to 'security/tcp_wrappers/Makefile')
-rw-r--r-- | security/tcp_wrappers/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/tcp_wrappers/Makefile b/security/tcp_wrappers/Makefile index 9e8c3432d42..7b810a5c0c7 100644 --- a/security/tcp_wrappers/Makefile +++ b/security/tcp_wrappers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/04/27 19:26:35 tv Exp $ +# $NetBSD: Makefile,v 1.19 2004/04/27 22:41:27 tv Exp $ DISTNAME= tcp_wrappers_7.6-ipv6.1 PKGNAME= tcp_wrappers-7.6.1 @@ -54,7 +54,7 @@ post-build: done do-install: - cd ${WRKSRC}; ${LIBTOOL} ${INSTALL_SCRIPT} libwrap.la ${PREFIX}/lib + cd ${WRKSRC}; ${LIBTOOL} ${INSTALL_LIB} libwrap.la ${PREFIX}/lib cd ${WRKSRC}; ${LIBTOOL} ${INSTALL_PROGRAM} \ tcpdmatch try-from safe_finger tcpdchk ${PREFIX}/bin cd ${WRKSRC}; ${INSTALL_DATA} tcpd.h ${PREFIX}/include |