summaryrefslogtreecommitdiff
path: root/math/gap
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-02 16:16:18 +0000
committerrillig <rillig@pkgsrc.org>2019-11-02 16:16:18 +0000
commitacea7f0682b89f8d0999e81a81341dfe21db49fc (patch)
treee25472ccd0b1ab989f1b92436096953570f7b300 /math/gap
parent025745474c7cdcbfbdda1d3fb4d09a72d8ce32f3 (diff)
downloadpkgsrc-acea7f0682b89f8d0999e81a81341dfe21db49fc.tar.gz
math: align variable assignments
pkglint -Wall -F --only aligned -r Manual correction in R/Makefile.extension for the MASTER_SITES continuation line.
Diffstat (limited to 'math/gap')
-rw-r--r--math/gap/gap.package.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/gap/gap.package.mk b/math/gap/gap.package.mk
index 940d2beddd7..e70052ca644 100644
--- a/math/gap/gap.package.mk
+++ b/math/gap/gap.package.mk
@@ -1,14 +1,14 @@
-# $NetBSD: gap.package.mk,v 1.14 2007/02/22 19:26:47 wiz Exp $
+# $NetBSD: gap.package.mk,v 1.15 2019/11/02 16:16:19 rillig Exp $
#
# Set GAP_PKG_NAME in your Makefile. More may appear here later.
# Note that between 4.3nb1 == bug fix 3 and 4.3nb2 == bug fix 4 there are
# some interface changes
-DEPENDS+= gap>=4.3.5:../../math/gap
-GAP_DIRECTORY= ${LOCALBASE}/lib/gap4.3
+DEPENDS+= gap>=4.3.5:../../math/gap
+GAP_DIRECTORY= ${LOCALBASE}/lib/gap4.3
GAP_PKG_ROOT= ${GAP_DIRECTORY}/pkg
GAP_PKG_DIRECTORY= ${GAP_PKG_ROOT}/${GAP_PKG_NAME}
-GAP_PLATFORM= ${MACHINE_GNU_PLATFORM}-${CC}
+GAP_PLATFORM= ${MACHINE_GNU_PLATFORM}-${CC}
PLIST_SUBST+= GAP_PLATFORM=${GAP_PLATFORM:Q}