diff options
author | wiz <wiz> | 2004-12-03 15:14:50 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-12-03 15:14:50 +0000 |
commit | d6d63b8488b4bf8c0a90ce1519020f226b0e13bb (patch) | |
tree | 8f483a3c4a5e5f1691642df617cb7138d1cf8187 /graphics/GMT | |
parent | d7c71d7f553fdd9fc3036c9e1afddc1698cffbfb (diff) | |
download | pkgsrc-d6d63b8488b4bf8c0a90ce1519020f226b0e13bb.tar.gz |
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
Diffstat (limited to 'graphics/GMT')
-rw-r--r-- | graphics/GMT/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/GMT/Makefile b/graphics/GMT/Makefile index 62e67e6bb74..0be599a7228 100644 --- a/graphics/GMT/Makefile +++ b/graphics/GMT/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/10/03 00:14:47 tv Exp $ +# $NetBSD: Makefile,v 1.23 2004/12/03 15:14:58 wiz Exp $ DISTNAME= GMT3.4 PKGNAME= GMT-3.4 @@ -36,7 +36,7 @@ CONFIGURE_ARGS+=--enable-eps CONFIGURE_ARGS+=--enable-www=${PREFIX}/share/doc/html CONFIGURE_ARGS+=--enable-mansect=1 -ALL_TARGET= all suppl +BUILD_TARGET= all suppl INSTALL_TARGET= install-all post-extract: |