summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2009-05-19 07:00:50 +0000
committerabs <abs@pkgsrc.org>2009-05-19 07:00:50 +0000
commit469911fd8f78c0c8eba62030a694860f3afa3469 (patch)
treeb9e0d84e13e02340727f21a64d920b6388689673 /net
parent2f047849810521aa278af7c56970c0f9d1850eb3 (diff)
downloadpkgsrc-469911fd8f78c0c8eba62030a694860f3afa3469.tar.gz
+PKG_DESTDIR_SUPPORT
Diffstat (limited to 'net')
-rw-r--r--net/dlint/Makefile5
-rw-r--r--net/dlint/distinfo4
-rw-r--r--net/dlint/patches/patch-aa8
3 files changed, 10 insertions, 7 deletions
diff --git a/net/dlint/Makefile b/net/dlint/Makefile
index 1a4d7f579ff..f59c251729c 100644
--- a/net/dlint/Makefile
+++ b/net/dlint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2007/02/22 19:01:23 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2009/05/19 07:00:50 abs Exp $
#
DISTNAME= dlint1.4.0
@@ -14,6 +14,9 @@ COMMENT= Internet Domain Name System (DNS) error checking utility
USE_TOOLS+= perl:run
NO_BUILD= YES
+PKG_DESTDIR_SUPPORT= user-destdir
+INSTALLATION_DIRS+= bin man/man1
+
do-configure:
cd ${WRKSRC} ; \
${MV} digparse digparse.BAK ; \
diff --git a/net/dlint/distinfo b/net/dlint/distinfo
index cdb0ed42180..31efc94cba7 100644
--- a/net/dlint/distinfo
+++ b/net/dlint/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2005/11/08 14:14:36 tv Exp $
+$NetBSD: distinfo,v 1.6 2009/05/19 07:00:50 abs Exp $
SHA1 (dlint1.4.0.tar.gz) = 5ed29d4259816c24a47117651416bcac0179f035
RMD160 (dlint1.4.0.tar.gz) = 49ebd133651b15a8daa35601c7f04cc3d1f407e6
Size (dlint1.4.0.tar.gz) = 23007 bytes
-SHA1 (patch-aa) = 24d9b60ce9e0d1210fd751f6010fabc8fd2322ea
+SHA1 (patch-aa) = 3a40e45528c2f3645e971a2aa57f15fbf985891e
diff --git a/net/dlint/patches/patch-aa b/net/dlint/patches/patch-aa
index 447e62243bc..b275b86b3b4 100644
--- a/net/dlint/patches/patch-aa
+++ b/net/dlint/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.3 2005/11/08 14:14:36 tv Exp $
+$NetBSD: patch-aa,v 1.4 2009/05/19 07:00:50 abs Exp $
--- Makefile.orig 2000-11-19 10:07:40.000000000 -0500
+++ Makefile
@@ -18,9 +18,9 @@ $NetBSD: patch-aa,v 1.3 2005/11/08 14:14:36 tv Exp $
- $(INSTALL) -c -m 755 -o bin -g bin dlint $(BIN)
- $(INSTALL) -c -m 755 -o bin -g bin digparse $(BIN)
- $(INSTALL) -c -m 644 -o bin -g bin dlint.1 $(MAN)/dlint.$(MANEXT)
-+ $(BSD_INSTALL_SCRIPT) dlint $(BIN)
-+ $(BSD_INSTALL_SCRIPT) digparse $(BIN)
-+ $(BSD_INSTALL_DATA) dlint.1 $(MAN)/dlint.$(MANEXT)
++ $(BSD_INSTALL_SCRIPT) dlint $(DESTDIR)$(BIN)
++ $(BSD_INSTALL_SCRIPT) digparse $(DESTDIR)$(BIN)
++ $(BSD_INSTALL_DATA) dlint.1 $(DESTDIR)$(MAN)/dlint.$(MANEXT)
clean:
-rm -f *.shar core