pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/chktex Prevent paths to the build work directori...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a13dc209de8
branches:  trunk
changeset: 495758:2a13dc209de8
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Jun 19 20:51:37 2005 +0000

description:
Prevent paths to the build work directories being included in the package.
Bump PKGREVISION.

diffstat:

 print/chktex/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 6c5528de4679 -r 2a13dc209de8 print/chktex/Makefile
--- a/print/chktex/Makefile     Sun Jun 19 20:44:06 2005 +0000
+++ b/print/chktex/Makefile     Sun Jun 19 20:51:37 2005 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index