summaryrefslogtreecommitdiff
path: root/cad/fastcap
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/fastcap
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/fastcap')
-rw-r--r--cad/fastcap/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/cad/fastcap/Makefile b/cad/fastcap/Makefile
index 0a47bc93320..bacc3aa53c9 100644
--- a/cad/fastcap/Makefile
+++ b/cad/fastcap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2012/10/08 13:25:12 asau Exp $
+# $NetBSD: Makefile,v 1.38 2019/06/08 11:04:28 rillig Exp $
#
DISTNAME= fastcap-2.0-18Sep92
@@ -26,8 +26,8 @@ WRKSRC= ${WRKDIR}
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= ./config
CONFIGURE_ARGS+= 4
-MAKE_ENV+= BIBTEX=${LOCALBASE}/bin/bibtex \
- LATEX=${LOCALBASE}/bin/latex
+MAKE_ENV+= BIBTEX=${PREFIX}/bin/bibtex \
+ LATEX=${PREFIX}/bin/latex
.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "arm32"
GCC_REQD+= 2.95.3
@@ -41,7 +41,7 @@ post-patch:
post-build:
cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} manual
.for file in mtt tcad ug
- cd ${WRKSRC}/doc && ${LOCALBASE}/bin/dvips -R0 -o ${file}.ps ${file}.dvi
+ cd ${WRKSRC}/doc && ${PREFIX}/bin/dvips -R0 -o ${file}.ps ${file}.dvi
.endfor
do-install: