summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorveego <veego@pkgsrc.org>2000-12-05 15:47:23 +0000
committerveego <veego@pkgsrc.org>2000-12-05 15:47:23 +0000
commit1fed4735ce832b37b2594e6748f8d1d1411405d4 (patch)
treebff64bc2bf0686b5b0fdfc8af28620d4c0fc6ad2 /net
parentf1cc4228a116ca84b2c4a908a07e0a17a276ea3a (diff)
downloadpkgsrc-1fed4735ce832b37b2594e6748f8d1d1411405d4.tar.gz
Fix the INSTALL_TARGET line so it actually does a install which installs
the libpcap.a.
Diffstat (limited to 'net')
-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