diff options
author | nia <nia@pkgsrc.org> | 2020-03-20 11:57:53 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-03-20 11:57:53 +0000 |
commit | d58009da0657fe880ba21b34400da2a77eba41e0 (patch) | |
tree | eb96bae4bf5316b1dfef0f0a29424adca1389e76 /math/yorick/Makefile | |
parent | 32297addea82e686075801b27c6776e6cf189ab4 (diff) | |
download | pkgsrc-d58009da0657fe880ba21b34400da2a77eba41e0.tar.gz |
*: Convert broken sourceforge HOMEPAGEs back to http
Diffstat (limited to 'math/yorick/Makefile')
-rw-r--r-- | math/yorick/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/yorick/Makefile b/math/yorick/Makefile index b7ca498305d..ddc85a0184d 100644 --- a/math/yorick/Makefile +++ b/math/yorick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2020/01/18 23:32:55 rillig Exp $ +# $NetBSD: Makefile,v 1.32 2020/03/20 11:58:01 nia Exp $ DISTNAME= yorick-1.6.02 PKGREVISION= 2 @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.stack.nl/pub/users/johans/yorick/ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://yorick.sourceforge.net/ +HOMEPAGE= http://yorick.sourceforge.net/ COMMENT= Numerical algebra system (similar to Matlab) MAKE_JOBS_SAFE= no |