summaryrefslogtreecommitdiff
path: root/cad/openscad/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-06-08 11:04:27 +0000
committerrillig <rillig@pkgsrc.org>2019-06-08 11:04:27 +0000
commit4904bdd53c317dcacca2795f830ca84321b3a857 (patch)
treefc2149095cb6e2f1a79ff01ea423e295225ed225 /cad/openscad/Makefile
parent95ce3f227afadd1efad90c5547c0e1a45fe2206e (diff)
downloadpkgsrc-4904bdd53c317dcacca2795f830ca84321b3a857.tar.gz
cad/*: let pkglint fix indentation, variable alignment, and LOCALBASE
pkglint -Wall -r -F cad Manually fixed the indentation in cad/ghdl/Makefile because SITES.* was (by the current definition) not long enough to count as an outlier line, and because of this, all other lines were aligned to that line.
Diffstat (limited to 'cad/openscad/Makefile')
-rw-r--r--cad/openscad/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile
index 9543e68b76e..c0e3797dc1a 100644
--- a/cad/openscad/Makefile
+++ b/cad/openscad/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2019/05/29 19:52:48 adam Exp $
+# $NetBSD: Makefile,v 1.56 2019/06/08 11:04:29 rillig Exp $
#
DISTNAME= openscad-2015.03-3.src
@@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME:R}
MAKE_JOBS_SAFE= no
-CHECK_PORTABILITY_SKIP+=tests/compare-bitmaps.sh
+CHECK_PORTABILITY_SKIP+= tests/compare-bitmaps.sh
REPLACE_PYTHON= libraries/MCAD/get_submodules.py
.include "../../lang/python/application.mk"