pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net Actually enable destdir.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a34621eb4467
branches:  trunk
changeset: 570262:a34621eb4467
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jan 27 17:33:43 2010 +0000

description:
Actually enable destdir.

diffstat:

 net/totd/Makefile     |  4 +++-
 net/trafshow/Makefile |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r d157e284c91e -r a34621eb4467 net/totd/Makefile
--- a/net/totd/Makefile Wed Jan 27 16:52:13 2010 +0000
+++ b/net/totd/Makefile Wed Jan 27 17:33:43 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2010/01/27 17:32:12 joerg Exp $
+# $NetBSD: Makefile,v 1.30 2010/01/27 17:33:43 joerg Exp $
 #
 
 DISTNAME=      totd-1.5.1
@@ -9,6 +9,8 @@
 HOMEPAGE=      http://www.vermicelli.pasta.cs.uit.no/software/totd.html
 COMMENT=       DNS proxy that supports IPv6 <==> IPv4 record translation
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 GNU_CONFIGURE= yes
 CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR:Q}
 
diff -r d157e284c91e -r a34621eb4467 net/trafshow/Makefile
--- a/net/trafshow/Makefile     Wed Jan 27 16:52:13 2010 +0000
+++ b/net/trafshow/Makefile     Wed Jan 27 17:33:43 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2010/01/27 17:32:54 joerg Exp $
+# $NetBSD: Makefile,v 1.32 2010/01/27 17:33:43 joerg Exp $
 
 DISTNAME=      trafshow-5.2.3
 CATEGORIES=    net
@@ -9,6 +9,8 @@
 HOMEPAGE=      http://soft.risp.ru/trafshow/index.shtml
 COMMENT=       Full screen visualization of the network traffic
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 BUILD_TARGET=  trafshow
 GNU_CONFIGURE= yes
 



Home | Main Index | Thread Index | Old Index