diff options
author | grant <grant@pkgsrc.org> | 2002-11-10 00:35:07 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-11-10 00:35:07 +0000 |
commit | cf12a2f4f05fd9aefad240bdcefd5a28f62e6baa (patch) | |
tree | 26748066a915efd884c97fe2e1082c21313d75c3 /math/gsl/Makefile | |
parent | 88a48d3237e6f57733da6181d749b806135cd804 (diff) | |
download | pkgsrc-cf12a2f4f05fd9aefad240bdcefd5a28f62e6baa.tar.gz |
fix MAINTAINER= Name <email> to only include email address.
Diffstat (limited to 'math/gsl/Makefile')
-rw-r--r-- | math/gsl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile index 7c625dfcb17..a255c86f163 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/05/03 21:41:31 jtb Exp $ +# $NetBSD: Makefile,v 1.9 2002/11/10 00:35:07 grant Exp $ # DISTNAME= gsl-1.1.1 @@ -17,7 +17,7 @@ MASTER_SITES= ftp://sources.redhat.com/pub/gsl/ \ ftp://sunsite.org.uk/Mirrors/sourceware.cygnus.com/pub/gsl/ \ ftp://unix.hensa.ac.uk/mirrors/sourceware.cygnus.com/pub/gsl/ -MAINTAINER= David Maxwell <david@maxwell.net> +MAINTAINER= david@maxwell.net HOMEPAGE= http://sources.redhat.com/gsl/ COMMENT= The GNU Scientific Library |