diff options
author | shattered <shattered@pkgsrc.org> | 2010-11-13 21:08:54 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2010-11-13 21:08:54 +0000 |
commit | 8b340222d90a864ca0abbf5303480faa7e72950b (patch) | |
tree | 9dd00472e0d3202809bd050eba1285d2b63382a6 /math | |
parent | f3ad039ae837f12da22115b663acd81c9e1d204e (diff) | |
download | pkgsrc-8b340222d90a864ca0abbf5303480faa7e72950b.tar.gz |
Follow HTTP redirects to new HOMEPAGEs and/or MASTER_SITES.
Diffstat (limited to 'math')
-rw-r--r-- | math/calc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/calc/Makefile b/math/calc/Makefile index b87c4554b04..a6bb4ec51ca 100644 --- a/math/calc/Makefile +++ b/math/calc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2009/08/05 08:20:48 minskim Exp $ +# $NetBSD: Makefile,v 1.24 2010/11/13 21:08:59 shattered Exp $ DISTNAME= calc-2.02f PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -7,7 +7,7 @@ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:=calc/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://directory.fsf.org/math/calc.html +HOMEPAGE= http://directory.fsf.org/project/calc/ COMMENT= Advanced Calculator for GNU Emacs PKG_DESTDIR_SUPPORT= user-destdir |