summaryrefslogtreecommitdiff
path: root/cad/kicad-i18n
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/kicad-i18n
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/kicad-i18n')
-rw-r--r--cad/kicad-i18n/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/cad/kicad-i18n/Makefile b/cad/kicad-i18n/Makefile
index 902a1a6138f..16ec4b8ee59 100644
--- a/cad/kicad-i18n/Makefile
+++ b/cad/kicad-i18n/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.3 2018/03/01 13:59:11 mef Exp $
+# $NetBSD: Makefile,v 1.4 2019/06/08 11:04:29 rillig Exp $
#
V= 4.0.7
DISTNAME= kicad-i18n-${V}
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_GITHUB:=KiCad/}
-GITHUB_TAG= ${PKGVERSION_NOREV}
-EXTRACT_SUFX= .zip
+GITHUB_TAG= ${PKGVERSION_NOREV}
+EXTRACT_SUFX= .zip
MAINTAINER= bouyer@NetBSD.org
@@ -15,10 +15,10 @@ COMMENT= user interface translations for the PCB CAD software
LICENSE= gnu-gpl-v2
CMAKE_ARGS+= -DKICAD_REPO_NAME=stable -DKICAD_BUILD_VERSION=${V}
-USE_CMAKE= yes
+USE_CMAKE= yes
BUILD_DIRS= obj
CONFIGURE_DIRS= ${BUILD_DIRS}
-CMAKE_ARG_PATH= ..
+CMAKE_ARG_PATH= ..
pre-configure:
cd ${WRKSRC} && mkdir ${BUILD_DIRS}