diff options
author | sketch <sketch@pkgsrc.org> | 2004-04-29 14:18:58 +0000 |
---|---|---|
committer | sketch <sketch@pkgsrc.org> | 2004-04-29 14:18:58 +0000 |
commit | e27323598c9f33f638cd7958a4f59ded5bba5303 (patch) | |
tree | b55ef54c71572257645d965b089438870c4d7bd1 | |
parent | b5809503ff2635e224daf6343863ed6c39f62902 (diff) | |
download | pkgsrc-e27323598c9f33f638cd7958a4f59ded5bba5303.tar.gz |
Fix my email address.
-rw-r--r-- | devel/p5-Config-General/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Proc-Daemon/Makefile | 4 | ||||
-rw-r--r-- | games/xfrisk/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Text-Format/Makefile | 4 | ||||
-rw-r--r-- | time/xtu/Makefile | 16 |
5 files changed, 16 insertions, 16 deletions
diff --git a/devel/p5-Config-General/Makefile b/devel/p5-Config-General/Makefile index b3409ac0612..94ae1dfbee6 100644 --- a/devel/p5-Config-General/Makefile +++ b/devel/p5-Config-General/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/04/25 04:10:21 minskim Exp $ +# $NetBSD: Makefile,v 1.5 2004/04/29 14:18:58 sketch Exp $ # DISTNAME= Config-General-2.26 @@ -7,7 +7,7 @@ SVR4_PKGNAME= p5cfg CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/} -MAINTAINER= sketch@rd.bbc.co.uk +MAINTAINER= sketch@NetBSD.org HOMEPAGE= http://www.daemon.de/config-general/ COMMENT= Perl Generic Config module diff --git a/devel/p5-Proc-Daemon/Makefile b/devel/p5-Proc-Daemon/Makefile index 4fe231a8ca6..fcea095e39a 100644 --- a/devel/p5-Proc-Daemon/Makefile +++ b/devel/p5-Proc-Daemon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/04/25 03:27:08 minskim Exp $ +# $NetBSD: Makefile,v 1.3 2004/04/29 14:18:58 sketch Exp $ # DISTNAME= Proc-Daemon-0.02 @@ -7,7 +7,7 @@ SVR4_PKGNAME= p5prd CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Proc/} -MAINTAINER= sketch@rd.bbc.co.uk +MAINTAINER= sketch@NetBSD.org HOMEPAGE= http://www.nacs.uci.edu/indiv/ehood/earlsperls.html COMMENT= Provide capability for a Perl program to run as a daemon diff --git a/games/xfrisk/Makefile b/games/xfrisk/Makefile index 2de94bf6a48..32dfd40c17d 100644 --- a/games/xfrisk/Makefile +++ b/games/xfrisk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/04/12 00:28:38 snj Exp $ +# $NetBSD: Makefile,v 1.8 2004/04/29 14:18:58 sketch Exp $ # DISTNAME= xfrisk-1.2 @@ -6,7 +6,7 @@ PKGREVISION= 1 CATEGORIES= games MASTER_SITES= http://morphy.iki.fi/xfrisk/files/ -MAINTAINER= sketch@rd.bbc.co.uk +MAINTAINER= sketch@NetBSD.org HOMEPAGE= http://morphy.iki.fi/xfrisk/ COMMENT= X11 version of the classic Risk board game diff --git a/textproc/p5-Text-Format/Makefile b/textproc/p5-Text-Format/Makefile index 51daac56b75..5a3e4b5b013 100644 --- a/textproc/p5-Text-Format/Makefile +++ b/textproc/p5-Text-Format/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/03/04 17:41:42 seb Exp $ +# $NetBSD: Makefile,v 1.2 2004/04/29 14:18:58 sketch Exp $ # DISTNAME= Text-Format0.52 @@ -7,7 +7,7 @@ SVR4_PKGNAME= p5tfo CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} -MAINTAINER= sketch@rd.bbc.co.uk +MAINTAINER= sketch@NetBSD.org HOMEPAGE= http://search.cpan.org/search?module=Text::Format COMMENT= Provide perl5 formatting functions on plain text diff --git a/time/xtu/Makefile b/time/xtu/Makefile index 00e45638a60..328cb9da05f 100644 --- a/time/xtu/Makefile +++ b/time/xtu/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.3 2003/07/20 10:43:13 martin Exp $ +# $NetBSD: Makefile,v 1.4 2004/04/29 14:18:58 sketch Exp $ # -DISTNAME= xtu-1.2 -CATEGORIES= time -MASTER_SITES= http://core.de/~coto/projects/xtu/ +DISTNAME= xtu-1.2 +CATEGORIES= time +MASTER_SITES= http://core.de/~coto/projects/xtu/ -MAINTAINER= sketch@rd.bbc.co.uk -HOMEPAGE= http://core.de/~coto/projects/xtu/ -COMMENT= Small configurable X11 analog clock +MAINTAINER= sketch@NetBSD.org +HOMEPAGE= http://core.de/~coto/projects/xtu/ +COMMENT= Small configurable X11 analog clock -USE_X11= yes +USE_X11= yes do-build: cd ${WRKSRC} && ${CC} *.c -o xtu -I${X11BASE}/include ${X11_LDFLAGS} -lX11 -lXext |