diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-03 15:14:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-03 15:14:50 +0000 |
commit | 6e02d7ee4135596fbf3221f6c20ff5e8cf314775 (patch) | |
tree | 8f483a3c4a5e5f1691642df617cb7138d1cf8187 /math/eukleides | |
parent | a1052f051eabb24e35ae6af3a4b193d6e8682662 (diff) | |
download | pkgsrc-6e02d7ee4135596fbf3221f6c20ff5e8cf314775.tar.gz |
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
Diffstat (limited to 'math/eukleides')
-rw-r--r-- | math/eukleides/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/eukleides/Makefile b/math/eukleides/Makefile index a2aaf32c5d9..24c0e0d6807 100644 --- a/math/eukleides/Makefile +++ b/math/eukleides/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/01/24 13:58:23 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/12/03 15:15:03 wiz Exp $ # FreeBSD Id: ports/math/eukleides/Makefile,v 1.1 2002/06/04 18:40:20 ijliao Exp DISTNAME= eukleides.0.9.0 @@ -13,7 +13,7 @@ COMMENT= Euclidean geometry drawing language BUILD_DEPENDS+= bison>=1.35:../../devel/bison DEPENDS+= pstoedit>=3.31:../../graphics/pstoedit -ALL_TARGET= eukleides +BUILD_TARGET= eukleides USE_GNU_TOOLS+= make USE_MAKEINFO= YES INFO_FILES= eukleides.info |