diff options
author | tv <tv> | 2004-04-27 22:40:35 +0000 |
---|---|---|
committer | tv <tv> | 2004-04-27 22:40:35 +0000 |
commit | d91135b8ad4df42481929ed241757aee07c4df51 (patch) | |
tree | 8581b5b6906284095fbf15a49093fac21fa27c96 /security/tcp_wrappers | |
parent | c0d6d2baed0e8bdae084bd515d77f023f1a083e2 (diff) | |
download | pkgsrc-d91135b8ad4df42481929ed241757aee07c4df51.tar.gz |
Convert INSTALL_SCRIPT to INSTALL_LIB.
Diffstat (limited to 'security/tcp_wrappers')
-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 |