pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/algae Prevent paths to the build work directories...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a697f8afc5bf
branches:  trunk
changeset: 495676:a697f8afc5bf
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Fri Jun 17 12:56:04 2005 +0000

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

diffstat:

 math/algae/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 84bf92c90dd5 -r a697f8afc5bf math/algae/Makefile
--- a/math/algae/Makefile       Fri Jun 17 12:55:25 2005 +0000
+++ b/math/algae/Makefile       Fri Jun 17 12:56:04 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2005/06/17 12:47:55 kristerw Exp $
+# $NetBSD: Makefile,v 1.15 2005/06/17 12:56:04 kristerw Exp $
 
 DISTNAME=              algae-4.1.3
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            math
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=algae/}
 
@@ -17,5 +17,9 @@
 
 INFO_FILES=            algae.info
 
+USE_TOOLS+=            ls tr
+CONFIGURE_ENV+=                ac_cv_path_LS="${TOOLS_LS}"
+CONFIGURE_ENV+=                ac_cv_path_TR="${TOOLS_TR}"
+
 .include "../../devel/readline/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index