diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-06-19 20:51:37 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-06-19 20:51:37 +0000 |
commit | 10f99b973d1c62dc4a530c2473bec30d559c81e2 (patch) | |
tree | 1943b994704cc690f2a18ecd92a32531cb8c03be /print | |
parent | 91e3d685432614fd745fc921f877bf04a9ac1e35 (diff) | |
download | pkgsrc-10f99b973d1c62dc4a530c2473bec30d559c81e2.tar.gz |
Prevent paths to the build work directories being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'print')
-rw-r--r-- | print/chktex/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
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" |