pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/chksniff DESTDIR support
details: https://anonhg.NetBSD.org/pkgsrc/rev/d13e2f4e6e15
branches: trunk
changeset: 555463:d13e2f4e6e15
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Mar 02 17:40:02 2009 +0000
description:
DESTDIR support
diffstat:
net/chksniff/Makefile | 6 +++++-
net/chksniff/distinfo | 4 ++--
net/chksniff/patches/patch-aa | 4 ++--
3 files changed, 9 insertions(+), 5 deletions(-)
diffs (50 lines):
diff -r 9435060e74a2 -r d13e2f4e6e15 net/chksniff/Makefile
--- a/net/chksniff/Makefile Mon Mar 02 17:29:30 2009 +0000
+++ b/net/chksniff/Makefile Mon Mar 02 17:40:02 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/10/29 01:05:17 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2009/03/02 17:40:02 joerg Exp $
#
DISTNAME= chksniff-0.2
@@ -9,6 +9,10 @@
HOMEPAGE= http://virtus.ath.cx/chksniff/
COMMENT= Small tool to check for promiscuous interfaces
+PKG_DESTDIR_SUPPORT= user-destdir
+
+INSTALLATION_DIRS= bin
+
GNU_CONFIGURE= YES
.include "../../mk/bsd.pkg.mk"
diff -r 9435060e74a2 -r d13e2f4e6e15 net/chksniff/distinfo
--- a/net/chksniff/distinfo Mon Mar 02 17:29:30 2009 +0000
+++ b/net/chksniff/distinfo Mon Mar 02 17:40:02 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/10/29 01:05:17 minskim Exp $
+$NetBSD: distinfo,v 1.2 2009/03/02 17:40:02 joerg Exp $
SHA1 (chksniff-0.2.tar.gz) = 008a63e429dc0c12c0ba760e6476623ca99ad85a
RMD160 (chksniff-0.2.tar.gz) = ad7475a9c8acc5d527e2abe28b352c1375c6bb11
Size (chksniff-0.2.tar.gz) = 28419 bytes
-SHA1 (patch-aa) = a91144e2178475c2424ce84dbdae4c7e7faacff0
+SHA1 (patch-aa) = 00392a03d68fecea9a9eb4427a77b0093af70adc
diff -r 9435060e74a2 -r d13e2f4e6e15 net/chksniff/patches/patch-aa
--- a/net/chksniff/patches/patch-aa Mon Mar 02 17:29:30 2009 +0000
+++ b/net/chksniff/patches/patch-aa Mon Mar 02 17:40:02 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 2005/10/29 01:05:17 minskim Exp $
+$NetBSD: patch-aa,v 1.2 2009/03/02 17:40:03 joerg Exp $
--- src/Makefile.in.orig 2003-04-06 13:22:35.000000000 -0700
+++ src/Makefile.in
@@ -13,7 +13,7 @@
install:
- cp chksniff $(INSDIR)
-+ $(BSD_INSTALL_PROGRAM) chksniff $(INSDIR)
++ $(BSD_INSTALL_PROGRAM) chksniff ${DESTDIR}$(INSDIR)
uninstall:
rm $(INSDIR)/chksniff
Home |
Main Index |
Thread Index |
Old Index