diff options
author | drochner <drochner@pkgsrc.org> | 2011-04-04 10:48:32 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2011-04-04 10:48:32 +0000 |
commit | be6c5e7ebd8388d65294ca7228b8cba5aa747ad8 (patch) | |
tree | 9c87b82d9faf033178e6831bf5adf01cbb7a8775 /math | |
parent | fc3da0e23349711c60b014ac41fe599d47b4b931 (diff) | |
download | pkgsrc-be6c5e7ebd8388d65294ca7228b8cba5aa747ad8.tar.gz |
fix HOMEPAGE, from Kamel Derouiche per PR pkg/44823
Diffstat (limited to 'math')
-rw-r--r-- | math/ltm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/ltm/Makefile b/math/ltm/Makefile index 31b8ba91666..df4d550d37a 100644 --- a/math/ltm/Makefile +++ b/math/ltm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2011/03/10 09:52:24 drochner Exp $ +# $NetBSD: Makefile,v 1.15 2011/04/04 10:48:32 drochner Exp $ # DISTNAME= ltm-0.42.0 @@ -8,7 +8,7 @@ MASTER_SITES= http://libtom.org/files/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://math.libtomcrypt.com/ +HOMEPAGE= http://libtom.org/ COMMENT= Number theoretic multiple-precision integer library LICENSE= public-domain |