diff options
author | markd <markd@pkgsrc.org> | 2021-02-23 06:34:44 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2021-02-23 06:34:44 +0000 |
commit | a84d2b1194fc7005bbb5456c36672bc19540e314 (patch) | |
tree | 1b919f00ee721353b399c849a8ce1cfab828ded7 /print | |
parent | 37b4f7995ec644de81d9d5e0d51b34a7e37bdf74 (diff) | |
download | pkgsrc-a84d2b1194fc7005bbb5456c36672bc19540e314.tar.gz |
chktex: build ChkTeX.dvi as we don't do anything with it.
Diffstat (limited to 'print')
-rw-r--r-- | print/chktex/Makefile | 6 | ||||
-rw-r--r-- | print/chktex/patches/patch-aa | 11 |
2 files changed, 9 insertions, 8 deletions
diff --git a/print/chktex/Makefile b/print/chktex/Makefile index f76cd739df1..7cd3067ca6c 100644 --- a/print/chktex/Makefile +++ b/print/chktex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2020/08/31 18:11:00 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2021/02/23 06:34:44 markd Exp $ DISTNAME= chktex-1.7.6 PKGREVISION= 4 @@ -10,10 +10,6 @@ HOMEPAGE= https://www.nongnu.org/chktex/ COMMENT= LaTeX semantic checker LICENSE= gnu-gpl-v2 -BUILD_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin -BUILD_DEPENDS+= tex-ntgclass-[0-9]*:../../print/tex-ntgclass -BUILD_DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools -BUILD_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec DEPENDS+= lynx-[0-9]*:../../www/lynx EGDIR= ${PREFIX}/share/examples/chktex diff --git a/print/chktex/patches/patch-aa b/print/chktex/patches/patch-aa index c8f4202cd3a..10443744b5a 100644 --- a/print/chktex/patches/patch-aa +++ b/print/chktex/patches/patch-aa @@ -1,11 +1,16 @@ -$NetBSD: patch-aa,v 1.3 2016/09/30 11:33:06 wiz Exp $ +$NetBSD: patch-aa,v 1.4 2021/02/23 06:34:44 markd Exp $ Use proper installation tools. +Don't build ChkTeX.dvi as we don't do anything with it. --- Makefile.in.orig 2016-09-10 04:14:58.000000000 +0000 +++ Makefile.in -@@ -162,13 +162,13 @@ chktex: $(OBJS) - install: chktex ChkTeX.dvi +@@ -159,16 +159,16 @@ check: chktex $(srcdir)/$(TestOutFile) + chktex: $(OBJS) + $(CC) $(LDFLAGS) -o chktex $(OBJS) $(LIBS) + +-install: chktex ChkTeX.dvi ++install: chktex $(MKDIR_P) $(DESTDIR)$(bindir) for program in chktex $(BUILT_SCRIPTS); do \ - $(INSTALL_PROGRAM) $$program $(DESTDIR)$(bindir); \ |