From 10f99b973d1c62dc4a530c2473bec30d559c81e2 Mon Sep 17 00:00:00 2001 From: kristerw Date: Sun, 19 Jun 2005 20:51:37 +0000 Subject: Prevent paths to the build work directories being included in the package. Bump PKGREVISION. --- print/chktex/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'print') diff --git a/print/chktex/Makefile b/print/chktex/Makefile index 0e9665e50e5..8d8b5fe4d20 100644 --- a/print/chktex/Makefile +++ b/print/chktex/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2005/05/22 20:08:27 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/19 20:51:37 kristerw Exp $ # DISTNAME= chktex-1.6.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= print MASTER_SITES= http://savannah.nongnu.org/download/chktex/chktex.pkg/1.6.1/ @@ -13,10 +13,11 @@ COMMENT= LaTeX semantic checker DEPENDS+= lynx-[0-9]*:../../www/lynx USE_TOOLS+= gmake -USE_PERL5= YES GNU_CONFIGURE= YES CFLAGS+= -D__unix__ +CONFIGURE_ENV+= ac_cv_path_PERL5="${PERL5}" MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" +.include "../../lang/perl5/buildlink3.mk" .include "../../print/teTeX-bin/kpathsea.buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3