summaryrefslogtreecommitdiff
path: root/print/chktex
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2005-11-08 20:30:29 +0000
committertonio <tonio@pkgsrc.org>2005-11-08 20:30:29 +0000
commitb5411228ecf4fac3b7bb19d57655d5be9885f7ce (patch)
tree7c864119c40c7cae92cf382e6162a9b2ad17da45 /print/chktex
parent30ce384efb9a2ca0a4e09f39abc83297b7463ead (diff)
downloadpkgsrc-b5411228ecf4fac3b7bb19d57655d5be9885f7ce.tar.gz
convert to use tex.buildlink3.mk
installs tex files in PKG_TEXMFPREFIX
Diffstat (limited to 'print/chktex')
-rw-r--r--print/chktex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/chktex/Makefile b/print/chktex/Makefile
index 4c208b8317a..f67fae4db6d 100644
--- a/print/chktex/Makefile
+++ b/print/chktex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/10/22 13:47:01 tonio Exp $
+# $NetBSD: Makefile,v 1.15 2005/11/08 20:30:29 tonio Exp $
#
DISTNAME= chktex-1.6.3
@@ -24,5 +24,5 @@ MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" EGDIR="${EGDIR}"
pre-install:
${INSTALL_DATA_DIR} ${EGDIR}
-.include "../../print/teTeX-bin/kpathsea.buildlink3.mk"
+.include "../../mk/tex.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"