pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/dlint Obey BSD_INSTALL_* in Makefile. Bump PKGREV...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a5f8b6842382
branches: trunk
changeset: 502700:a5f8b6842382
user: tv <tv%pkgsrc.org@localhost>
date: Tue Nov 08 14:14:36 2005 +0000
description:
Obey BSD_INSTALL_* in Makefile. Bump PKGREVISION.
diffstat:
net/dlint/Makefile | 3 ++-
net/dlint/distinfo | 4 ++--
net/dlint/patches/patch-aa | 19 ++++++++++++++++---
3 files changed, 20 insertions(+), 6 deletions(-)
diffs (57 lines):
diff -r e8df04dd5b02 -r a5f8b6842382 net/dlint/Makefile
--- a/net/dlint/Makefile Tue Nov 08 14:10:40 2005 +0000
+++ b/net/dlint/Makefile Tue Nov 08 14:14:36 2005 +0000
@@ -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 -r e8df04dd5b02 -r a5f8b6842382 net/dlint/distinfo
--- a/net/dlint/distinfo Tue Nov 08 14:10:40 2005 +0000
+++ b/net/dlint/distinfo Tue Nov 08 14:14:36 2005 +0000
@@ -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 -r e8df04dd5b02 -r a5f8b6842382 net/dlint/patches/patch-aa
--- a/net/dlint/patches/patch-aa Tue Nov 08 14:10:40 2005 +0000
+++ b/net/dlint/patches/patch-aa Tue Nov 08 14:14:36 2005 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index