diff options
author | jlam <jlam> | 2005-05-22 20:07:36 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-05-22 20:07:36 +0000 |
commit | ef986bad494a0580a81706f510d17d2dc41de257 (patch) | |
tree | ed91fd903dcb96e6914328617419b0659c2bb9f1 /converters | |
parent | 481961a97416fe433412063dad7a20c1808ad8cb (diff) | |
download | pkgsrc-ef986bad494a0580a81706f510d17d2dc41de257.tar.gz |
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
Diffstat (limited to 'converters')
-rw-r--r-- | converters/autoconvert/Makefile | 4 | ||||
-rw-r--r-- | converters/cn2jp/Makefile | 4 | ||||
-rw-r--r-- | converters/macfork/Makefile | 4 | ||||
-rw-r--r-- | converters/rss2html/Makefile | 4 | ||||
-rw-r--r-- | converters/wv/Makefile | 4 | ||||
-rw-r--r-- | converters/xlhtml/Makefile | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/converters/autoconvert/Makefile b/converters/autoconvert/Makefile index 981aaaede53..df41b658f55 100644 --- a/converters/autoconvert/Makefile +++ b/converters/autoconvert/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/04/11 21:45:08 tv Exp $ +# $NetBSD: Makefile,v 1.8 2005/05/22 20:07:44 jlam Exp $ DISTNAME= autoconvert-0.3.13 PKGREVISION= 1 @@ -10,7 +10,7 @@ HOMEPAGE= http://banyan.dlut.edu.cn/~ygh/ COMMENT= Intelligent Chinese encoding converter USE_LIBTOOL= yes -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/autoconvert diff --git a/converters/cn2jp/Makefile b/converters/cn2jp/Makefile index 8efbfaa1593..52346167a31 100644 --- a/converters/cn2jp/Makefile +++ b/converters/cn2jp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/10/03 00:13:17 tv Exp $ +# $NetBSD: Makefile,v 1.8 2005/05/22 20:07:44 jlam Exp $ DISTNAME= cn2jp1.4b PKGNAME= cn2jp-1.4b @@ -12,7 +12,7 @@ COMMENT= Library for code translation between Chinese and Japanese WRKSRC= ${WRKDIR}/cn2jp USE_LIBTOOL= yes -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake NO_CONFIGURE= yes diff --git a/converters/macfork/Makefile b/converters/macfork/Makefile index 98e60d50251..7dc65882add 100644 --- a/converters/macfork/Makefile +++ b/converters/macfork/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/04/11 21:45:08 tv Exp $ +# $NetBSD: Makefile,v 1.13 2005/05/22 20:07:44 jlam Exp $ DISTNAME= macfork-1.0 CATEGORIES= converters @@ -10,7 +10,7 @@ COMMENT= Tool for extracting data from Macintosh resource forks WRKSRC= ${WRKDIR}/macfork USE_LANGUAGE= c c++ -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake DOCDIR= ${PREFIX}/share/doc/macfork diff --git a/converters/rss2html/Makefile b/converters/rss2html/Makefile index 7a4a32a5acb..7f4fae6e890 100644 --- a/converters/rss2html/Makefile +++ b/converters/rss2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/04/11 21:45:09 tv Exp $ +# $NetBSD: Makefile,v 1.6 2005/05/22 20:07:44 jlam Exp $ # DISTNAME= rss2html-0.7.1 @@ -11,7 +11,7 @@ COMMENT= RSS to HTML converter PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake INSTALLATION_DIRS+= bin diff --git a/converters/wv/Makefile b/converters/wv/Makefile index 8b72a8ddaf1..5178d965621 100644 --- a/converters/wv/Makefile +++ b/converters/wv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2005/04/20 15:42:11 drochner Exp $ +# $NetBSD: Makefile,v 1.45 2005/05/22 20:07:44 jlam Exp $ DISTNAME= wv-1.0.3 PKGREVISION= 2 @@ -9,7 +9,7 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://wvware.sourceforge.net/ COMMENT= Library and executables to access Microsoft Word files -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes USE_X11= yes diff --git a/converters/xlhtml/Makefile b/converters/xlhtml/Makefile index 50c108a24e6..4632c065688 100644 --- a/converters/xlhtml/Makefile +++ b/converters/xlhtml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/04/11 21:45:10 tv Exp $ +# $NetBSD: Makefile,v 1.11 2005/05/22 20:07:44 jlam Exp $ # DISTNAME= xlhtml-0.5 @@ -11,7 +11,7 @@ HOMEPAGE= http://chicago.sourceforge.net/xlhtml/ COMMENT= Microsoft xls/ppt to HTML converter GNU_CONFIGURE= YES -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake # fabs LIBS.SunOS+= -lm |