summaryrefslogtreecommitdiff
path: root/net/bing
diff options
context:
space:
mode:
authorsalo <salo>2003-01-19 07:29:41 +0000
committersalo <salo>2003-01-19 07:29:41 +0000
commite902fdc8ce99909e1ef278650016ea1e13fcde37 (patch)
tree92772ecdd70d216276d056fde7fe521f8834e32a /net/bing
parent1d6f41c85c5715dcceb21911c61956dbba4a0ec6 (diff)
downloadpkgsrc-e902fdc8ce99909e1ef278650016ea1e13fcde37.tar.gz
s/INSTALL_*/BSD_INSTALL_*/ in patch-aa, remove unnecessary MAKE_ENV.
Add HOMEPAGE.
Diffstat (limited to 'net/bing')
-rw-r--r--net/bing/Makefile6
-rw-r--r--net/bing/distinfo4
-rw-r--r--net/bing/patches/patch-aa6
3 files changed, 7 insertions, 9 deletions
diff --git a/net/bing/Makefile b/net/bing/Makefile
index 383e74d804c..8247aa8b22c 100644
--- a/net/bing/Makefile
+++ b/net/bing/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/02/25 04:18:04 hubertf Exp $
+# $NetBSD: Makefile,v 1.11 2003/01/19 07:29:41 salo Exp $
# FreeBSD Id: Makefile,v 1.2 1997/10/13 09:14:49 tg Exp
#
@@ -7,11 +7,9 @@ CATEGORIES= net
MASTER_SITES= ftp://ftp.ibp.fr/pub/networking/
MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.cnam.fr/reseau/bing.html
COMMENT= Bing is a point-to-point bandwith measurement tool
-MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}"
-MAKE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}"
-
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bing
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/bing
diff --git a/net/bing/distinfo b/net/bing/distinfo
index 54c13253860..d4901e8ff65 100644
--- a/net/bing/distinfo
+++ b/net/bing/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 11:23:10 wiz Exp $
+$NetBSD: distinfo,v 1.3 2003/01/19 07:29:41 salo Exp $
SHA1 (bing-1.0.4.tar.gz) = 21954516f4b72895ad7be96d320581510a186b33
Size (bing-1.0.4.tar.gz) = 27069 bytes
-SHA1 (patch-aa) = fff61b18fba28bbad7ece9c14a190630e44280f0
+SHA1 (patch-aa) = ca7016c67815b3d4e2a524ba88fefd25a482c941
SHA1 (patch-ab) = ef75a8cd00011b09cef6668228e7e34899984c4b
diff --git a/net/bing/patches/patch-aa b/net/bing/patches/patch-aa
index 0337848be2c..1c3d0150785 100644
--- a/net/bing/patches/patch-aa
+++ b/net/bing/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.4 1998/08/09 20:52:42 kim Exp $
+$NetBSD: patch-aa,v 1.5 2003/01/19 07:29:41 salo Exp $
--- Makefile.orig Thu Jul 20 20:03:30 1995
+++ Makefile Sun Aug 9 16:44:41 1998
@@ -20,5 +20,5 @@ $NetBSD: patch-aa,v 1.4 1998/08/09 20:52:42 kim Exp $
install: bing bing.8
- $(INSTALL) -m 644 -o man -g man bing.8 $(MANDIR)/man8
- $(INSTALL) -m 4555 -o root -g staff bing $(BINDIR)
-+ $(INSTALL_MAN) bing.8 $(MANDIR)/man8
-+ $(INSTALL_PROGRAM) bing $(BINDIR)
++ $(BSD_INSTALL_MAN) bing.8 $(MANDIR)/man8
++ $(BSD_INSTALL_PROGRAM) bing $(BINDIR)