summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-08-01 21:17:45 +0000
committerjoerg <joerg@pkgsrc.org>2007-08-01 21:17:45 +0000
commit038dc3153a0fb1d618526836f5b9626d9d96d298 (patch)
tree1aaa8d502508a59ca8fd0b660fff375da098c11d /math
parente79c8104217a47f351c946e786ae9e130a0cf7b8 (diff)
downloadpkgsrc-038dc3153a0fb1d618526836f5b9626d9d96d298.tar.gz
Fix path to and depend on bash.
Diffstat (limited to 'math')
-rw-r--r--math/eukleides/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/math/eukleides/Makefile b/math/eukleides/Makefile
index aa8e1ebfa35..258d0df6661 100644
--- a/math/eukleides/Makefile
+++ b/math/eukleides/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2006/10/04 21:47:57 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2007/08/01 21:17:45 joerg Exp $
DISTNAME= eukleides.1.0.1
PKGNAME= eukleides-1.0.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= math
MASTER_SITES= http://perso.orange.fr/obrecht/download/
@@ -13,9 +13,11 @@ COMMENT= Euclidean geometry drawing language
DEPENDS+= pstoedit>=3.31:../../graphics/pstoedit
BUILD_TARGET= eukleides
-USE_TOOLS+= bison gmake makeinfo
+USE_TOOLS+= bash:run bison gmake makeinfo
INFO_FILES= # PLIST
+REPLACE_BASH= euk2edit euk2eps
+
INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} \
BIN=${PREFIX:Q}/bin/ \
INFO=${PREFIX:Q}/${PKGINFODIR:Q}/ \