summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorgrant <grant>2004-01-22 07:49:20 +0000
committergrant <grant>2004-01-22 07:49:20 +0000
commit956a2e42f8a4c3153b2111ce38685282b51e6799 (patch)
tree7e0d6cac1bcf2ed738362d15896e6e66c14cbbb6 /converters
parentb8046f26b32124b5a46c1c93b2c04a88e9e4935a (diff)
downloadpkgsrc-956a2e42f8a4c3153b2111ce38685282b51e6799.tar.gz
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'converters')
-rw-r--r--converters/autoconvert/Makefile4
-rw-r--r--converters/cn2jp/Makefile4
-rw-r--r--converters/macfork/Makefile4
-rw-r--r--converters/wv/Makefile4
-rw-r--r--converters/xlhtml/Makefile4
5 files changed, 10 insertions, 10 deletions
diff --git a/converters/autoconvert/Makefile b/converters/autoconvert/Makefile
index a494c8ddc54..b1e27c7c8b0 100644
--- a/converters/autoconvert/Makefile
+++ b/converters/autoconvert/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/07/17 21:27:06 grant Exp $
+# $NetBSD: Makefile,v 1.4 2004/01/22 07:52:43 grant Exp $
DISTNAME= autoconvert-0.3.13
CATEGORIES= converters
@@ -10,7 +10,7 @@ COMMENT= Intelligent Chinese encoding converter
USE_BUILDLINK2= yes
USE_LIBTOOL= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/autoconvert
diff --git a/converters/cn2jp/Makefile b/converters/cn2jp/Makefile
index f6b28528333..fb707fded7a 100644
--- a/converters/cn2jp/Makefile
+++ b/converters/cn2jp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/01/20 12:10:29 agc Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/22 07:52:43 grant Exp $
DISTNAME= cn2jp1.4b
PKGNAME= cn2jp-1.4b
@@ -11,7 +11,7 @@ COMMENT= Library for code translation between Chinese and Japanese
WRKSRC= ${WRKDIR}/cn2jp
USE_LIBTOOL= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
NO_CONFIGURE= yes
diff --git a/converters/macfork/Makefile b/converters/macfork/Makefile
index 7c61ac74c3e..8b3317b60f9 100644
--- a/converters/macfork/Makefile
+++ b/converters/macfork/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/01/20 12:10:29 agc Exp $
+# $NetBSD: Makefile,v 1.8 2004/01/22 07:52:43 grant Exp $
DISTNAME= macfork-1.0
CATEGORIES= converters
@@ -11,7 +11,7 @@ COMMENT= Tool for extracting data from Macintosh resource forks
WRKSRC= ${WRKDIR}/macfork
USE_BUILDLINK2= # defined
USE_GCC_SHLIB= # defined
-USE_GMAKE= # defined
+USE_GNU_TOOLS+= make
DOCDIR= ${PREFIX}/share/doc/macfork
diff --git a/converters/wv/Makefile b/converters/wv/Makefile
index 00aaf2a0cac..a18123bbe8d 100644
--- a/converters/wv/Makefile
+++ b/converters/wv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2003/12/13 23:45:12 xtraeme Exp $
+# $NetBSD: Makefile,v 1.33 2004/01/22 07:52:43 grant Exp $
#
DISTNAME= wv-1.0.0
@@ -10,7 +10,7 @@ HOMEPAGE= http://wvware.sourceforge.net/
COMMENT= Library and executables to access Microsoft Word files
USE_BUILDLINK2= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
USE_X11= yes
diff --git a/converters/xlhtml/Makefile b/converters/xlhtml/Makefile
index 67f796036e2..e1549940129 100644
--- a/converters/xlhtml/Makefile
+++ b/converters/xlhtml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/01/20 12:10:29 agc Exp $
+# $NetBSD: Makefile,v 1.5 2004/01/22 07:52:43 grant Exp $
#
DISTNAME= xlhtml.0.5.1
@@ -14,6 +14,6 @@ COMMENT= Microsoft xls/ppt to HTML converter
WRKSRC= ${WRKDIR}/xlhtml
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
.include "../../mk/bsd.pkg.mk"