diff options
author | asau <asau@pkgsrc.org> | 2012-09-13 16:56:17 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-09-13 16:56:17 +0000 |
commit | 0114080e8c0c2479a14f522b828b8d121bed27d3 (patch) | |
tree | 7f1c7b5c8fa08a076dc3ba0c2e6ead1f08b220e3 /math | |
parent | 1e84d78a04c8d8c3507125e9e718ed40a3cc56c0 (diff) | |
download | pkgsrc-0114080e8c0c2479a14f522b828b8d121bed27d3.tar.gz |
Adjust HOMEPAGE to point to package's home page directly.
Diffstat (limited to 'math')
-rw-r--r-- | math/mapm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/mapm/Makefile b/math/mapm/Makefile index 325249af098..64451911878 100644 --- a/math/mapm/Makefile +++ b/math/mapm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/09/11 23:04:23 asau Exp $ +# $NetBSD: Makefile,v 1.10 2012/09/13 16:56:17 asau Exp $ # DISTNAME= mapm-4.9.5a @@ -6,7 +6,7 @@ CATEGORIES= math MASTER_SITES= http://www.tc.umn.edu/~ringx004/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.tc.umn.edu/~ringx004/ +HOMEPAGE= http://www.tc.umn.edu/~ringx004/mapm-main.html COMMENT= Arbitrary Precision Math library WRKSRC= ${WRKDIR}/${DISTNAME:S/-/_/} |