diff options
Diffstat (limited to 'math/euler')
-rw-r--r-- | math/euler/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/euler/Makefile b/math/euler/Makefile index 8a9534e20df..fd856936322 100644 --- a/math/euler/Makefile +++ b/math/euler/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2020/03/10 22:10:28 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2020/03/20 11:58:00 nia Exp $ DISTNAME= euler-1.61.0 PKGNAME= euler-1.61 @@ -8,7 +8,7 @@ CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=euler/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://euler.sourceforge.net/index.html +HOMEPAGE= http://euler.sourceforge.net/index.html COMMENT= Interactive numerical analysis and graphics program USE_LANGUAGES= c c++ |