summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-11-08 14:14:36 +0000
committertv <tv@pkgsrc.org>2005-11-08 14:14:36 +0000
commitf875afa92eaebd1b1e1145a4419ecc5ae8ab6b0d (patch)
treebb3c7a076dd51f4e9d64519c4da4ba34c9371d2e /net
parent9ba85f83a93892d980aa51368697cb67f27a0271 (diff)
downloadpkgsrc-f875afa92eaebd1b1e1145a4419ecc5ae8ab6b0d.tar.gz
Obey BSD_INSTALL_* in Makefile. Bump PKGREVISION.
Diffstat (limited to 'net')
-rw-r--r--net/dlint/Makefile3
-rw-r--r--net/dlint/distinfo4
-rw-r--r--net/dlint/patches/patch-aa19
3 files changed, 20 insertions, 6 deletions
diff --git a/net/dlint/Makefile b/net/dlint/Makefile
index c0e0abb5d18..27bcfa60cdc 100644
--- a/net/dlint/Makefile
+++ b/net/dlint/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2005/07/16 01:19:15 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2005/11/08 14:14:36 tv Exp $
#
DISTNAME= dlint1.4.0
PKGNAME= dlint-1.4.0
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.domtools.com/pub/
diff --git a/net/dlint/distinfo b/net/dlint/distinfo
index e4a69dee13d..cdb0ed42180 100644
--- a/net/dlint/distinfo
+++ b/net/dlint/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 12:13:45 agc Exp $
+$NetBSD: distinfo,v 1.5 2005/11/08 14:14:36 tv 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) = e0409697efb7fbc83bd66ffbce4d2f1cffae26e9
+SHA1 (patch-aa) = 24d9b60ce9e0d1210fd751f6010fabc8fd2322ea
diff --git a/net/dlint/patches/patch-aa b/net/dlint/patches/patch-aa
index 00402b6906e..447e62243bc 100644
--- a/net/dlint/patches/patch-aa
+++ b/net/dlint/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.2 2001/11/22 08:18:26 itojun Exp $
+$NetBSD: patch-aa,v 1.3 2005/11/08 14:14:36 tv Exp $
---- Makefile- Thu Nov 22 17:12:30 2001
-+++ Makefile Thu Nov 22 17:12:42 2001
+--- Makefile.orig 2000-11-19 10:07:40.000000000 -0500
++++ Makefile
@@ -5,7 +5,7 @@
VERSION=1.4.0
@@ -11,3 +11,16 @@ $NetBSD: patch-aa,v 1.2 2001/11/22 08:18:26 itojun Exp $
BIN=$(DEST)/bin
MANEXT=1
+@@ -20,9 +20,9 @@ all:
+ @echo 'nothing to make; see INSTALL for instructions.'
+
+ install:
+- $(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)
+
+ clean:
+ -rm -f *.shar core