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 | 2e094a69d0b778441fee870a115484bcdc15959f (patch) | |
tree | b69274d24207b86ed7c755cf77c45192615848df /math/algae | |
parent | 12a6a907967797d5359cf3a2267f41660c85bbe2 (diff) | |
download | pkgsrc-2e094a69d0b778441fee870a115484bcdc15959f.tar.gz |
Prevent paths to the build work directories being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'math/algae')
-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" |