From df4e5c0682b0ff4af6ca4a077e96231e33901d0f Mon Sep 17 00:00:00 2001 From: kristerw Date: Fri, 17 Jun 2005 12:56:04 +0000 Subject: Prevent paths to the build work directories being included in the package. Bump PKGREVISION. --- math/algae/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'math') diff --git a/math/algae/Makefile b/math/algae/Makefile index b9f3c625fec..24ca10ca1dc 100644 --- a/math/algae/Makefile +++ b/math/algae/Makefile @@ -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 @@ USE_GNU_READLINE= # uses history_truncate_file 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" -- cgit v1.2.3