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/magic | |
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/magic')
-rw-r--r-- | cad/magic/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cad/magic/Makefile b/cad/magic/Makefile index 075b6201c2b..5442edb4679 100644 --- a/cad/magic/Makefile +++ b/cad/magic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2018/03/12 11:16:08 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2019/06/08 11:04:29 rillig Exp $ # DISTNAME= magic-7.5.188 @@ -15,13 +15,13 @@ LICENSE= magic-license MAKE_JOBS_SAFE= no USE_TOOLS+= gmake printf csh -MAKE_ENV+= MAGIC_HOME=${PREFIX:Q} +MAKE_ENV+= MAGIC_HOME=${PREFIX} MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR} GNU_CONFIGURE= yes -CONFIGURE_DIRS= scripts -BUILD_DIRS= ${WRKSRC} +CONFIGURE_DIRS= scripts +BUILD_DIRS= . -MAKE_ENV+= X11_LDFLAGS=${X11_LDFLAGS:Q} +MAKE_ENV+= X11_LDFLAGS=${X11_LDFLAGS:M*:Q} REPLACE_CSH+= scripts/makedbh scripts/printmans |