summaryrefslogtreecommitdiff
path: root/net/libpcap
diff options
context:
space:
mode:
authorveego <veego>2000-12-05 15:47:23 +0000
committerveego <veego>2000-12-05 15:47:23 +0000
commit98a624ad555968cc32102ad98173465ed7e0eee8 (patch)
treebff64bc2bf0686b5b0fdfc8af28620d4c0fc6ad2 /net/libpcap
parent38a1c4afeb27a16eb6f3eaeb7cfe873a5a74c11f (diff)
downloadpkgsrc-98a624ad555968cc32102ad98173465ed7e0eee8.tar.gz
Fix the INSTALL_TARGET line so it actually does a install which installs
the libpcap.a.
Diffstat (limited to 'net/libpcap')
-rw-r--r--net/libpcap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libpcap/Makefile b/net/libpcap/Makefile
index 43edd04bf2f..874895eae4b 100644
--- a/net/libpcap/Makefile
+++ b/net/libpcap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1999/07/02 08:46:52 agc Exp $
+# $NetBSD: Makefile,v 1.4 2000/12/05 15:47:23 veego Exp $
#
DISTNAME= libpcap-0.4
@@ -12,7 +12,7 @@ GNU_CONFIGURE= yes
ONLY_FOR_PLATFORM= SunOS-*-* # in NetBSD base system
-INSTALL_TARGET+= install-incl install-man
+INSTALL_TARGET= install install-incl install-man
pre-install:
-${MKDIR} ${LOCALBASE}/include/net