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 | e711ee946c5eaf97e92e8c09b0f571f9386f725b (patch) | |
tree | 8f483a3c4a5e5f1691642df617cb7138d1cf8187 /textproc | |
parent | ecb0801e3d4ad5590c3adb46de3fc9bef45a05e3 (diff) | |
download | pkgsrc-e711ee946c5eaf97e92e8c09b0f571f9386f725b.tar.gz |
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/GutenMark/Makefile | 4 | ||||
-rw-r--r-- | textproc/btparse/Makefile | 4 | ||||
-rw-r--r-- | textproc/dict-client/Makefile | 4 | ||||
-rw-r--r-- | textproc/dict-server/Makefile | 4 | ||||
-rw-r--r-- | textproc/ispell-british/Makefile | 4 | ||||
-rw-r--r-- | textproc/ispell-german/Makefile | 4 | ||||
-rw-r--r-- | textproc/kbanner/Makefile | 4 | ||||
-rw-r--r-- | textproc/par/Makefile | 4 | ||||
-rw-r--r-- | textproc/psgml-mode/Makefile | 4 | ||||
-rw-r--r-- | textproc/texi2roff/Makefile | 4 |
10 files changed, 20 insertions, 20 deletions
diff --git a/textproc/GutenMark/Makefile b/textproc/GutenMark/Makefile index a7476f995a9..de174804a27 100644 --- a/textproc/GutenMark/Makefile +++ b/textproc/GutenMark/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/10/03 00:18:17 tv Exp $ +# $NetBSD: Makefile,v 1.9 2004/12/03 15:15:11 wiz Exp $ # DISTNAME= GutenMark_source_${GVER} @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/GutenMark-source GVER= 20020714 USE_BUILDLINK3= YES USE_GNU_TOOLS+= make -ALL_TARGET= GutenMark +BUILD_TARGET= GutenMark do-install: ${INSTALL_PROGRAM} ${WRKSRC}/GutenMark ${PREFIX}/bin diff --git a/textproc/btparse/Makefile b/textproc/btparse/Makefile index 0bf6cf18218..a1724519b6d 100644 --- a/textproc/btparse/Makefile +++ b/textproc/btparse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/04/12 01:58:24 minskim Exp $ +# $NetBSD: Makefile,v 1.8 2004/12/03 15:15:11 wiz Exp $ # DISTNAME= btparse-0.33 @@ -14,7 +14,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_PERL5= build USE_BUILDLINK3= YES GNU_CONFIGURE= YES -ALL_TARGET= lib +BUILD_TARGET= lib TEST_TARGET= test .include "../../mk/bsd.pkg.mk" diff --git a/textproc/dict-client/Makefile b/textproc/dict-client/Makefile index 7c4350b6685..5c2a3d808a0 100644 --- a/textproc/dict-client/Makefile +++ b/textproc/dict-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/10/15 09:49:36 salo Exp $ +# $NetBSD: Makefile,v 1.15 2004/12/03 15:15:11 wiz Exp $ DISTNAME= dictd-1.8.0 PKGNAME= dict-client-1.8.0 @@ -14,7 +14,7 @@ USE_BUILDLINK3= yes USE_GNU_TOOLS+= make GNU_CONFIGURE= yes -ALL_TARGET= dict +BUILD_TARGET= dict INSTALL_TARGET= install.dict FILESDIR= ${.CURDIR}/../../textproc/dict-server/files diff --git a/textproc/dict-server/Makefile b/textproc/dict-server/Makefile index bf569f04893..a02c586da2b 100644 --- a/textproc/dict-server/Makefile +++ b/textproc/dict-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/10/15 12:07:03 tv Exp $ +# $NetBSD: Makefile,v 1.14 2004/12/03 15:15:11 wiz Exp $ DISTNAME= dictd-1.8.0 PKGNAME= dict-server-1.8.0 @@ -17,7 +17,7 @@ USE_PKGINSTALL= yes GNU_CONFIGURE= # defined CONFIGURE_ARGS+=--with-etcdir=${PKG_SYSCONFDIR} -ALL_TARGET= dictd dictzip +BUILD_TARGET= dictd dictzip INSTALL_TARGET= install.dictd install.dictzip install.dictfmt EGDIR= ${PREFIX}/share/examples/dict-server diff --git a/textproc/ispell-british/Makefile b/textproc/ispell-british/Makefile index 76973aa982e..9cebd69747d 100644 --- a/textproc/ispell-british/Makefile +++ b/textproc/ispell-british/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/12/01 12:23:30 markd Exp $ +# $NetBSD: Makefile,v 1.11 2004/12/03 15:15:11 wiz Exp $ # DISTNAME= ispell-3.2.06 @@ -12,7 +12,7 @@ COMMENT= British dictionary for interactive spelling checker DEPENDS+= ispell-base>=3.2.06:../../textproc/ispell-base -ALL_TARGET= config.sh all-languages +BUILD_TARGET= config.sh all-languages DICT_LANG= british diff --git a/textproc/ispell-german/Makefile b/textproc/ispell-german/Makefile index d2f26f82423..e7417bac4a1 100644 --- a/textproc/ispell-german/Makefile +++ b/textproc/ispell-german/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/03/12 19:54:51 recht Exp $ +# $NetBSD: Makefile,v 1.8 2004/12/03 15:15:11 wiz Exp $ # DISTNAME= igerman98-20030222 @@ -13,7 +13,7 @@ COMMENT= German dictionary for interactive spelling checker DEPENDS+= ispell-base>=3.1.20nb1:../../textproc/ispell-base -ALL_TARGET= german.hash +BUILD_TARGET= german.hash USE_GNU_TOOLS+= make USE_PERL5= build REPLACE_PERL= bin/dic2iso.pl bin/grepl bin/sq.pl bin/myspellfixprefix.pl \ diff --git a/textproc/kbanner/Makefile b/textproc/kbanner/Makefile index f286c95a238..94bb972b771 100644 --- a/textproc/kbanner/Makefile +++ b/textproc/kbanner/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 22:54:28 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/12/03 15:15:11 wiz Exp $ DISTNAME= kbanner2 PKGNAME= kbanner-2.1 @@ -10,6 +10,6 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.kudpc.kyoto-u.ac.jp/~yasuoka/program.html COMMENT= Display kanji files in large letters -ALL_TARGET= kbanner +BUILD_TARGET= kbanner .include "../../mk/bsd.pkg.mk" diff --git a/textproc/par/Makefile b/textproc/par/Makefile index 3701f65a63e..df5bd2ce40f 100644 --- a/textproc/par/Makefile +++ b/textproc/par/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/09/16 09:27:07 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2004/12/03 15:15:11 wiz Exp $ # FreeBSD Id: Makefile,v 1.2 1997/08/13 06:33:51 asami Exp # @@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.nicemice.net/par/ COMMENT= Paragraph reformatter, vaguely similar to fmt, but better -ALL_TARGET= +BUILD_TARGET= do-configure: (cd ${WRKSRC}; ${CP} protoMakefile Makefile) diff --git a/textproc/psgml-mode/Makefile b/textproc/psgml-mode/Makefile index 871d5821017..b2e0551bb2e 100644 --- a/textproc/psgml-mode/Makefile +++ b/textproc/psgml-mode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/08/09 11:27:51 seb Exp $ +# $NetBSD: Makefile,v 1.7 2004/12/03 15:15:11 wiz Exp $ DISTNAME= psgml-1.2.5 PKGNAME= ${DISTNAME:S/-/-mode-/} @@ -12,7 +12,7 @@ COMMENT= SGML/XML mode for Emacs .include "../../mk/emacs.mk" .if ${EMACS_FLAVOR} != "emacs" -ALL_TARGET= xemacs +BUILD_TARGET= xemacs .endif SRCS= psgml-api.el psgml-charent.el psgml-debug.el psgml-dtd.el \ diff --git a/textproc/texi2roff/Makefile b/textproc/texi2roff/Makefile index ad9406d610f..8d2f6bcf8b6 100644 --- a/textproc/texi2roff/Makefile +++ b/textproc/texi2roff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/12/24 09:53:50 jmmv Exp $ +# $NetBSD: Makefile,v 1.6 2004/12/03 15:15:11 wiz Exp $ DISTNAME= texi2roff-2.0 CATEGORIES= textproc @@ -8,7 +8,7 @@ MAINTAINER= ben@NetBSD.org HOMEPAGE= http://texinfo.org/texi2roff/ COMMENT= Texinfo-to-ROFF direct translator -ALL_TARGET= +BUILD_TARGET= do-install: ${INSTALL_PROGRAM} ${WRKSRC}/texi2roff ${PREFIX}/bin |