summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-06-17 12:56:04 +0000
committerkristerw <kristerw>2005-06-17 12:56:04 +0000
commit3f417ba93c7cfbfb81af93ca2f5b5b29a188c722 (patch)
treeb69274d24207b86ed7c755cf77c45192615848df /math
parent84a4d39f271d0df51c183ba6c254346efa8ee73b (diff)
downloadpkgsrc-3f417ba93c7cfbfb81af93ca2f5b5b29a188c722.tar.gz
Prevent paths to the build work directories being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'math')
-rw-r--r--math/algae/Makefile8
1 files changed, 6 insertions, 2 deletions
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"