summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-03-30 08:33:18 +0000
committerjperkin <jperkin@pkgsrc.org>2016-03-30 08:33:18 +0000
commitccd0775da6cb7ce323669e6e178d715e36e79f33 (patch)
tree4c55e104bf88dd909174b92add6d6f9795488d6b /net
parent34f28311534baffa0b2ef7f464edbe2cf8c25f61 (diff)
downloadpkgsrc-ccd0775da6cb7ce323669e6e178d715e36e79f33.tar.gz
Use PKGMANDIR. Add patch comment.
Diffstat (limited to 'net')
-rw-r--r--net/dlint/Makefile4
-rw-r--r--net/dlint/distinfo4
-rw-r--r--net/dlint/patches/patch-aa13
3 files changed, 14 insertions, 7 deletions
diff --git a/net/dlint/Makefile b/net/dlint/Makefile
index d6040de9641..76e9738c131 100644
--- a/net/dlint/Makefile
+++ b/net/dlint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2015/06/12 10:50:40 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2016/03/30 08:33:18 jperkin Exp $
#
DISTNAME= dlint1.4.0
@@ -14,7 +14,7 @@ COMMENT= Internet Domain Name System (DNS) error checking utility
USE_TOOLS+= perl:run
NO_BUILD= YES
-INSTALLATION_DIRS+= bin man/man1
+INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
do-configure:
cd ${WRKSRC} ; \
diff --git a/net/dlint/distinfo b/net/dlint/distinfo
index 31efc94cba7..26298ccc212 100644
--- a/net/dlint/distinfo
+++ b/net/dlint/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2009/05/19 07:00:50 abs Exp $
+$NetBSD: distinfo,v 1.7 2016/03/30 08:33:18 jperkin 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) = 3a40e45528c2f3645e971a2aa57f15fbf985891e
+SHA1 (patch-aa) = 6c25d9b31925bffcaf34953f259ab248dec5503f
diff --git a/net/dlint/patches/patch-aa b/net/dlint/patches/patch-aa
index b275b86b3b4..c0333e58e35 100644
--- a/net/dlint/patches/patch-aa
+++ b/net/dlint/patches/patch-aa
@@ -1,8 +1,10 @@
-$NetBSD: patch-aa,v 1.4 2009/05/19 07:00:50 abs Exp $
+$NetBSD: patch-aa,v 1.5 2016/03/30 08:33:18 jperkin Exp $
---- Makefile.orig 2000-11-19 10:07:40.000000000 -0500
+Use pkgsrc layout.
+
+--- Makefile.orig 2000-11-19 15:07:40.000000000 +0000
+++ Makefile
-@@ -5,7 +5,7 @@
+@@ -5,11 +5,11 @@
VERSION=1.4.0
# Basic area to install things in:
@@ -11,6 +13,11 @@ $NetBSD: patch-aa,v 1.4 2009/05/19 07:00:50 abs Exp $
BIN=$(DEST)/bin
MANEXT=1
+-MAN=$(DEST)/man/man$(MANEXT)
++MAN=$(DEST)/${PKGMANDIR}/man$(MANEXT)
+
+ # How to run BSD-style install prog:
+ INSTALL=install # Linux, BSD, SunOS 4.x
@@ -20,9 +20,9 @@ all:
@echo 'nothing to make; see INSTALL for instructions.'