pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/libpcap The package supports installation to DESTDIR.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1d851b6fd49d
branches: trunk
changeset: 539157:1d851b6fd49d
user: heinz <heinz%pkgsrc.org@localhost>
date: Fri Feb 29 00:38:12 2008 +0000
description:
The package supports installation to DESTDIR.
diffstat:
net/libpcap/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r e38329f2c0ac -r 1d851b6fd49d net/libpcap/Makefile
--- a/net/libpcap/Makefile Fri Feb 29 00:23:09 2008 +0000
+++ b/net/libpcap/Makefile Fri Feb 29 00:38:12 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2007/10/14 22:49:43 tron Exp $
+# $NetBSD: Makefile,v 1.42 2008/02/29 00:38:12 heinz Exp $
DISTNAME= libpcap-0.9.8
SVR4_PKGNAME= lpcap
@@ -11,6 +11,7 @@
NOT_FOR_PLATFORM+= Interix-*-* # no raw interface access
+PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_TOOLS+= bison gm4 lex
@@ -24,6 +25,6 @@
.endif
post-install:
- ${INSTALL_DATA} ${WRKSRC}/pcap-int.h ${PREFIX}/include
+ ${INSTALL_DATA} ${WRKSRC}/pcap-int.h ${DESTDIR}${PREFIX}/include
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index