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