summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-01-22 07:14:59 +0000
committergrant <grant@pkgsrc.org>2004-01-22 07:14:59 +0000
commited16993a08da1dec4798355b1487c8b7f0022d6a (patch)
treecaada37ccae5771519b4407e2428e17c4e682e44 /archivers
parent25d39bca1d5c4ff9310086d649e3043a8a7a73c6 (diff)
downloadpkgsrc-ed16993a08da1dec4798355b1487c8b7f0022d6a.tar.gz
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/arj/Makefile4
-rw-r--r--archivers/cabextract/Makefile4
-rw-r--r--archivers/cxunzip/Makefile4
-rw-r--r--archivers/dact/Makefile4
-rw-r--r--archivers/file-roller/Makefile4
-rw-r--r--archivers/ha/Makefile4
-rw-r--r--archivers/star/Makefile4
-rw-r--r--archivers/unace/Makefile4
-rw-r--r--archivers/upx/Makefile4
-rw-r--r--archivers/xmill/Makefile4
10 files changed, 20 insertions, 20 deletions
diff --git a/archivers/arj/Makefile b/archivers/arj/Makefile
index 82a60a1c0e1..a841d58d071 100644
--- a/archivers/arj/Makefile
+++ b/archivers/arj/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/12/05 18:08:33 kristerw Exp $
+# $NetBSD: Makefile,v 1.5 2004/01/22 07:18:43 grant Exp $
# FreeBSD Id: ports/archivers/arj/Makefile,v 1.2 2002/09/17 05:17:29 ijliao Exp
DISTNAME= arj-3.10b
@@ -9,7 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://arj.sourceforge.net/
COMMENT= Open-source ARJ
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= ${WRKSRC}/gnu/configure
CONFIG_GUESS_OVERRIDE= ${WRKSRC}/gnu/config.guess
diff --git a/archivers/cabextract/Makefile b/archivers/cabextract/Makefile
index 1e90238559a..e76aa32e477 100644
--- a/archivers/cabextract/Makefile
+++ b/archivers/cabextract/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2003/12/24 09:53:47 jmmv Exp $
+# $NetBSD: Makefile,v 1.8 2004/01/22 07:18:43 grant Exp $
#
DISTNAME= cabextract-0.6
@@ -11,6 +11,6 @@ COMMENT= Microsoft cabinet (.CAB) file extractor
USE_BUILDLINK2= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
.include "../../mk/bsd.pkg.mk"
diff --git a/archivers/cxunzip/Makefile b/archivers/cxunzip/Makefile
index c7525ff5566..64ce30608f9 100644
--- a/archivers/cxunzip/Makefile
+++ b/archivers/cxunzip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/01/03 18:49:33 reed Exp $
+# $NetBSD: Makefile,v 1.11 2004/01/22 07:18:43 grant Exp $
DISTNAME= cxunzip-0.98
PKGREVISION= 1
@@ -12,7 +12,7 @@ COMMENT= Cloned Xunzip is a GNOME zip-archive uncompressing program
USE_BUILDLINK2= yes
USE_X11= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
#USE_LIBTOOL= yes
.include "../../x11/gnome-libs/buildlink2.mk"
diff --git a/archivers/dact/Makefile b/archivers/dact/Makefile
index 3897c917013..76b9c320d9c 100644
--- a/archivers/dact/Makefile
+++ b/archivers/dact/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/07/21 16:24:37 martti Exp $
+# $NetBSD: Makefile,v 1.7 2004/01/22 07:18:43 grant Exp $
#
DISTNAME= dact-0.8.3
@@ -12,7 +12,7 @@ COMMENT= Dynamic adaptive compression tool
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
-USE_GMAKE= YES
+USE_GNU_TOOLS+= make
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile
index 21cf8ef02ee..a1bd5eb66db 100644
--- a/archivers/file-roller/Makefile
+++ b/archivers/file-roller/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/01/05 21:59:46 xtraeme Exp $
+# $NetBSD: Makefile,v 1.15 2004/01/22 07:18:43 grant Exp $
#
DISTNAME= file-roller-2.4.2
@@ -14,7 +14,7 @@ DEPENDS+= gnome2-dirs>=1.2:../../misc/gnome2-dirs
GNU_CONFIGURE= yes
USE_BUILDLINK2= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_PERL5= build
USE_PKGLOCALEDIR= yes
diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile
index 10d6123fc32..f1ecf8a4d5e 100644
--- a/archivers/ha/Makefile
+++ b/archivers/ha/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/01/20 12:07:06 agc Exp $
+# $NetBSD: Makefile,v 1.17 2004/01/22 07:18:43 grant Exp $
# FreeBSD Id: Makefile,v 1.9 1997/08/10 22:31:19 fenner Exp
#
@@ -17,7 +17,7 @@ USE_BUILDLINK2= yes
MAKEFILE= makefile.nix
MAKE_FLAGS= CC="${CC}"
ALL_TARGET= ha
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
do-install:
cd ${WRKSRC}; ${INSTALL_PROGRAM} ha ${PREFIX}/bin
diff --git a/archivers/star/Makefile b/archivers/star/Makefile
index 8406835a34c..b2cd77c2719 100644
--- a/archivers/star/Makefile
+++ b/archivers/star/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/07/21 16:24:41 martti Exp $
+# $NetBSD: Makefile,v 1.9 2004/01/22 07:18:44 grant Exp $
#
DISTNAME= star-1.4.3
@@ -9,7 +9,7 @@ MAINTAINER= uebayasi@NetBSD.org
HOMEPAGE= http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/star.html
COMMENT= The fastest tar like archiver for UNIX
-USE_GMAKE= # defined
+USE_GNU_TOOLS+= make
MAKE_FLAGS+= INS_BASE=${PREFIX}
pre-build:
diff --git a/archivers/unace/Makefile b/archivers/unace/Makefile
index 687638aee58..cfe22e7a7b1 100644
--- a/archivers/unace/Makefile
+++ b/archivers/unace/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/07/17 21:21:40 grant Exp $
+# $NetBSD: Makefile,v 1.10 2004/01/22 07:18:44 grant Exp $
#
DISTNAME= unace-1.2b
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.winace.com/
COMMENT= Extract, list and test files in ACE archives
USE_BUILDLINK2= yes
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
ALL_TARGET= clean unace
diff --git a/archivers/upx/Makefile b/archivers/upx/Makefile
index 55e8f5d3b1a..5b0c6b4fae2 100644
--- a/archivers/upx/Makefile
+++ b/archivers/upx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/01/20 12:07:07 agc Exp $
+# $NetBSD: Makefile,v 1.3 2004/01/22 07:18:44 grant Exp $
DISTNAME= upx-1.24-src
PKGNAME= ${DISTNAME:S/-src//}
@@ -13,7 +13,7 @@ DEPENDS+= ucl>=1.01:../../devel/ucl
WRKSRC= ${WRKDIR}/${PKGNAME}
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
USE_PERL5= build
do-build:
diff --git a/archivers/xmill/Makefile b/archivers/xmill/Makefile
index 55a9102067e..0b193e16442 100644
--- a/archivers/xmill/Makefile
+++ b/archivers/xmill/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/01/20 12:07:07 agc Exp $
+# $NetBSD: Makefile,v 1.9 2004/01/22 07:18:44 grant Exp $
DISTNAME= xmill-0-7
PKGNAME= xmill-0.7
@@ -15,7 +15,7 @@ BUILD_DEPENDS= unzip-[0-9]*:../../archivers/unzip
EXTRACT_CMD= ${LOCALBASE}/bin/unzip -aq ${DOWNLOADED_DISTFILE}
WRKSRC= ${WRKDIR}
-USE_GMAKE= #defined
+USE_GNU_TOOLS+= make
MAKEFILE= makefile
RESTRICTED= "Redistribution not permitted"