diff options
author | rillig <rillig@pkgsrc.org> | 2019-06-08 11:04:27 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-06-08 11:04:27 +0000 |
commit | 4904bdd53c317dcacca2795f830ca84321b3a857 (patch) | |
tree | fc2149095cb6e2f1a79ff01ea423e295225ed225 /cad/spice/Makefile | |
parent | 95ce3f227afadd1efad90c5547c0e1a45fe2206e (diff) | |
download | pkgsrc-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/spice/Makefile')
-rw-r--r-- | cad/spice/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/spice/Makefile b/cad/spice/Makefile index 06dbb71b5cf..d187ed7570e 100644 --- a/cad/spice/Makefile +++ b/cad/spice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2013/05/22 07:44:03 sbd Exp $ +# $NetBSD: Makefile,v 1.48 2019/06/08 11:04:30 rillig Exp $ DISTNAME= sp3f4.kit PKGNAME= spice-3f5.1 @@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR} INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man3 ${PKGMANDIR}/man5 -MAKE_ENV+= WRKSRC=${WRKSRC:Q} +MAKE_ENV+= WRKSRC=${WRKSRC} .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "Linux" @@ -48,7 +48,7 @@ do-configure: do-build: cd ${WRKSRC} && env ${MAKE_ENV} util/build NetBSD default -INSTALLATION_DIRS+=share/examples/spice3 +INSTALLATION_DIRS+= share/examples/spice3 do-install: cd ${WRKSRC} && env ${MAKE_ENV} ${INSTALL_ENV} util/build NetBSD install |