diff options
author | salo <salo@pkgsrc.org> | 2004-09-14 07:10:15 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-09-14 07:10:15 +0000 |
commit | 76cb9cfe56a2067572e9410c84893bb145454313 (patch) | |
tree | 50ac7d063f3beec528cd0440bba7a08be4c1cb1b /time/xtimer/Makefile | |
parent | 858d28a372e3a3ed94c5c9ebac37d61c1d38aa8b (diff) | |
download | pkgsrc-76cb9cfe56a2067572e9410c84893bb145454313.tar.gz |
- bl3ify.
- update MASTER_SITES
- add HOMEPAGE, even if it holds only a simple README and distfiles,
better than nothing.
Addresses PR pkg/26914 by Georg Schwarz.
Diffstat (limited to 'time/xtimer/Makefile')
-rw-r--r-- | time/xtimer/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/time/xtimer/Makefile b/time/xtimer/Makefile index e7412223190..bc58902f877 100644 --- a/time/xtimer/Makefile +++ b/time/xtimer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/03/03 03:23:26 jschauma Exp $ +# $NetBSD: Makefile,v 1.5 2004/09/14 07:10:15 salo Exp $ # FreeBSD Id: Makefile,v 1.2 1997/06/15 10:44:39 asami Exp # @@ -6,11 +6,13 @@ DISTNAME= xtimer-8089 PKGNAME= xtimer-0.8089 PKGREVISION= 1 CATEGORIES= x11 time -MASTER_SITES= http://hp.vector.co.jp/authors/VA004959/xtimer/ +MASTER_SITES= http://www.bsddiary.net/xtimer/ MAINTAINER= candy@fct.kgc.co.jp +HOMEPAGE= http://www.bsddiary.net/xtimer/ COMMENT= Super simple digital timer for X11 +USE_BUILDLINK3= yes USE_IMAKE= yes .include "../../mk/bsd.pkg.mk" |