summaryrefslogtreecommitdiff
path: root/security/tcp_wrappers
diff options
context:
space:
mode:
authortv <tv>2004-04-27 19:26:35 +0000
committertv <tv>2004-04-27 19:26:35 +0000
commitdfde68f470d03477449c262b98bc5be8739059d8 (patch)
tree4ee7d534d0f5cbe69c86e651eb9b43222668330f /security/tcp_wrappers
parent0ad90c9f6690c5d30ac54c5759255ad990054a9f (diff)
downloadpkgsrc-dfde68f470d03477449c262b98bc5be8739059d8.tar.gz
Shared objects must be installed as executable on some systems; convert
INSTALL_DATA to INSTALL_SCRIPT.
Diffstat (limited to 'security/tcp_wrappers')
-rw-r--r--security/tcp_wrappers/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/tcp_wrappers/Makefile b/security/tcp_wrappers/Makefile
index ec06ce328d1..9e8c3432d42 100644
--- a/security/tcp_wrappers/Makefile
+++ b/security/tcp_wrappers/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2004/04/26 01:14:04 tv Exp $
+# $NetBSD: Makefile,v 1.18 2004/04/27 19:26:35 tv Exp $
DISTNAME= tcp_wrappers_7.6-ipv6.1
PKGNAME= tcp_wrappers-7.6.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= security net
MASTER_SITES= ftp://ftp.porcupine.org/pub/security/
@@ -54,7 +54,7 @@ post-build:
done
do-install:
- cd ${WRKSRC}; ${LIBTOOL} ${INSTALL_DATA} libwrap.la ${PREFIX}/lib
+ cd ${WRKSRC}; ${LIBTOOL} ${INSTALL_SCRIPT} 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