diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-06-17 12:56:04 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-06-17 12:56:04 +0000 |
commit | df4e5c0682b0ff4af6ca4a077e96231e33901d0f (patch) | |
tree | b69274d24207b86ed7c755cf77c45192615848df /math | |
parent | 6def4f47962c035d56cb27e28618cc28e8724469 (diff) | |
download | pkgsrc-df4e5c0682b0ff4af6ca4a077e96231e33901d0f.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/Makefile | 8 |
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" |