diff options
Diffstat (limited to 'math/euler/Makefile')
-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 8ee9e4b8d6c..c2b5650dae4 100644 --- a/math/euler/Makefile +++ b/math/euler/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2019/07/21 22:25:19 wiz Exp $ +# $NetBSD: Makefile,v 1.50 2020/01/18 23:32:50 rillig 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= http://euler.sourceforge.net/index.html +HOMEPAGE= https://euler.sourceforge.net/index.html COMMENT= Interactive numerical analysis and graphics program USE_LANGUAGES= c c++ |