summaryrefslogtreecommitdiff
path: root/math/scilab
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-01-26 17:30:40 +0000
committerrillig <rillig@pkgsrc.org>2020-01-26 17:30:40 +0000
commit0267807f87c64f31dfd0e699ddbab19e55e61df4 (patch)
treed0a3f84c95c120b8b0804700a18681e739dece61 /math/scilab
parent8d627c555cb4fdc633e2d2ab8056558c863ea6da (diff)
downloadpkgsrc-0267807f87c64f31dfd0e699ddbab19e55e61df4.tar.gz
all: migrate homepages from http to https
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
Diffstat (limited to 'math/scilab')
-rw-r--r--math/scilab/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index 55c82897d7d..90bd651de83 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.109 2018/11/12 16:10:24 jaapb Exp $
+# $NetBSD: Makefile,v 1.110 2020/01/26 17:31:40 rillig Exp $
#
DISTNAME= ${SCIBASE}-src
@@ -8,7 +8,7 @@ CATEGORIES= math
MASTER_SITES= http://www.scilab.org/download/4.1/
MAINTAINER= dmcmahill@NetBSD.org
-HOMEPAGE= http://www.scilab.org/
+HOMEPAGE= https://www.scilab.org/
COMMENT= High-level scientific math programming environment with graphics
MAKE_JOBS_SAFE= no
@@ -48,7 +48,7 @@ CONFIGURE_ENV+= LOCALBASE=${LOCALBASE:Q}
# scilab-4.1/routines/os_specific/getarg.c
#
.include "../../mk/compiler.mk"
-. if !empty(FC:Mgfortran) || (defined(PKGSRC_FORTRAN) && !empty(PKGSRC_FORTRAN:Mg95))
+.if !empty(FC:Mgfortran) || (defined(PKGSRC_FORTRAN) && !empty(PKGSRC_FORTRAN:Mg95))
CFLAGS+= -DG95_FORTRAN=1
.endif