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 | 319e222cf9fd93c96ecce205759aae998fe6bb9c (patch) | |
tree | 50ac7d063f3beec528cd0440bba7a08be4c1cb1b /time/xtimer | |
parent | 36c013a9ee507084334a3b04f2039c2aa34c1535 (diff) | |
download | pkgsrc-319e222cf9fd93c96ecce205759aae998fe6bb9c.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')
-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" |