diff options
author | shattered <shattered> | 2010-11-13 21:08:54 +0000 |
---|---|---|
committer | shattered <shattered> | 2010-11-13 21:08:54 +0000 |
commit | 9efd00a2dad42da9a0de74388b246ffcdefef65c (patch) | |
tree | 9dd00472e0d3202809bd050eba1285d2b63382a6 /math | |
parent | 166fdfea323722a1d457c839e7738aff32e22188 (diff) | |
download | pkgsrc-9efd00a2dad42da9a0de74388b246ffcdefef65c.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 |