diff options
author | salo <salo@pkgsrc.org> | 2003-01-19 07:29:41 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-01-19 07:29:41 +0000 |
commit | 480a55521d98cf99c92b31374a728621e7d46f42 (patch) | |
tree | 92772ecdd70d216276d056fde7fe521f8834e32a /net/bing/Makefile | |
parent | ac6202cd00c4c39830b83dd7532d7f9c7f461a7a (diff) | |
download | pkgsrc-480a55521d98cf99c92b31374a728621e7d46f42.tar.gz |
s/INSTALL_*/BSD_INSTALL_*/ in patch-aa, remove unnecessary MAKE_ENV.
Add HOMEPAGE.
Diffstat (limited to 'net/bing/Makefile')
-rw-r--r-- | net/bing/Makefile | 6 |
1 files changed, 2 insertions, 4 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 |