aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-03-12 09:49:06 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-03-12 09:49:06 +0000
commit16ea4dd5a8d8e37ec504443693fda66d7340f6ea (patch)
tree8e2d643feb04654b8bf5f510f6dd42b4d767ae03
parentd17874dc5dcb4c3b59645d6bc71480b475762237 (diff)
downloadports-16ea4dd5a8d8e37ec504443693fda66d7340f6ea.tar.gz
ports-16ea4dd5a8d8e37ec504443693fda66d7340f6ea.zip
Convert to USES=lha
Notes
Notes: svn path=/head/; revision=347965
-rw-r--r--astro/luna/Makefile3
-rw-r--r--benchmarks/himenobench/Makefile2
-rw-r--r--converters/uudx/Makefile2
-rw-r--r--games/xchadance/Makefile2
-rw-r--r--japanese/ajaxzip2-data/Makefile3
-rw-r--r--japanese/jstrings/Makefile3
-rw-r--r--japanese/today/Makefile2
-rw-r--r--japanese/zipcodes/Makefile3
-rw-r--r--math/eval/Makefile2
9 files changed, 9 insertions, 13 deletions
diff --git a/astro/luna/Makefile b/astro/luna/Makefile
index 77ca688efcbf..127579573e5d 100644
--- a/astro/luna/Makefile
+++ b/astro/luna/Makefile
@@ -10,8 +10,7 @@ DISTNAME= luna19s
MAINTAINER= ports@FreeBSD.org
COMMENT= Display the moon's phase
-USES= dos2unix
-USE_LHA= yes
+USES= dos2unix lha
NO_WRKSUBDIR= yes
PLIST_FILES= bin/luna
MAKEFILE= makefile
diff --git a/benchmarks/himenobench/Makefile b/benchmarks/himenobench/Makefile
index e4e0bc2d379e..abb856d56caf 100644
--- a/benchmarks/himenobench/Makefile
+++ b/benchmarks/himenobench/Makefile
@@ -15,8 +15,8 @@ DIST_SUBDIR= himeno
MAINTAINER= maho@FreeBSD.org
COMMENT= Himeno bench benchmark, solves Poisson eq. with Jacobi's method
+USES= lha
NO_WRKSUBDIR= yes
-USE_LHA= yes
.if defined(WITH_ICC)
BUILD_DEPENDS= ${LOCALBASE}/intel_cc_80/bin/icc:${PORTSDIR}/lang/icc
diff --git a/converters/uudx/Makefile b/converters/uudx/Makefile
index f8e6a0475291..bcb5fa87ac40 100644
--- a/converters/uudx/Makefile
+++ b/converters/uudx/Makefile
@@ -12,7 +12,7 @@ COMMENT= Extractor from uuencoded files
BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf
-USE_LHA= yes
+USES= lha
NO_WRKSUBDIR= yes
PLIST_FILES= bin/uudx \
man/ja/man1/uudx.1.gz
diff --git a/games/xchadance/Makefile b/games/xchadance/Makefile
index 3959dc2146d6..33e404f79b24 100644
--- a/games/xchadance/Makefile
+++ b/games/xchadance/Makefile
@@ -11,7 +11,7 @@ DISTFILES= xchada01.lzh
MAINTAINER= motoyuki@FreeBSD.org
COMMENT= Display a dancing girl "ChaCha."
-USE_LHA= yes
+USES= lha
USE_XORG= x11
MAKEFILE= makefile
NO_WRKSUBDIR= yes
diff --git a/japanese/ajaxzip2-data/Makefile b/japanese/ajaxzip2-data/Makefile
index 1dba4168f0bf..16d442a317f0 100644
--- a/japanese/ajaxzip2-data/Makefile
+++ b/japanese/ajaxzip2-data/Makefile
@@ -15,8 +15,7 @@ BUILD_DEPENDS= ja-ajaxzip2-core>0:${PORTSDIR}/japanese/ajaxzip2-core \
p5-JSON>0:${PORTSDIR}/converters/p5-JSON
NO_WRKSUBDIR= yes
-USE_LHA= yes
-USES= perl5
+USES= perl5 lha
USE_PERL5= build
PORTVERSION_K?= ${PORTVERSION}
PORTVERSION_J?= ${PORTVERSION}
diff --git a/japanese/jstrings/Makefile b/japanese/jstrings/Makefile
index ff8891e9778b..8960c7f402e8 100644
--- a/japanese/jstrings/Makefile
+++ b/japanese/jstrings/Makefile
@@ -17,8 +17,7 @@ MAN1= jstrings.1
MANLANG= ja
PLIST_FILES= bin/jstrings
-USE_GMAKE= yes
-USE_LHA= yes
+USES= gmake lha
MAKEFILE= makefile.gcc
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" BINDIR="${PREFIX}/bin"
ALL_TARGET= jstrings
diff --git a/japanese/today/Makefile b/japanese/today/Makefile
index 31a82aa779d9..e6b0b5aea0f3 100644
--- a/japanese/today/Makefile
+++ b/japanese/today/Makefile
@@ -15,7 +15,7 @@ COMMENT= Tells you what day today is
EXTRACT_DEPENDS=nkf:${PORTSDIR}/japanese/nkf
NO_WRKSUBDIR= yes
-USE_LHA= yes
+USES= lha
MAKEFILE= ${FILESDIR}/Makefile
diff --git a/japanese/zipcodes/Makefile b/japanese/zipcodes/Makefile
index 9cf68b18848c..7388731ff5dc 100644
--- a/japanese/zipcodes/Makefile
+++ b/japanese/zipcodes/Makefile
@@ -13,9 +13,8 @@ COMMENT= Japanese zipcode tables. includes both 3/5 and 7 digits form
BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf
NO_WRKSUBDIR= yes
-USE_LHA= yes
-USES= perl5
+USES= perl5 lha
USE_PERL5= build
MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}" SCRIPTDIR=${SCRIPTDIR} PERL=${PERL} STAGEDIR=${STAGEDIR}
PORTVERSION_K?= ${PORTVERSION}
diff --git a/math/eval/Makefile b/math/eval/Makefile
index 033405221e8b..2bf7325e6988 100644
--- a/math/eval/Makefile
+++ b/math/eval/Makefile
@@ -13,7 +13,7 @@ EXTRACT_SUFX= .lha
MAINTAINER= slaven@rezic.de
COMMENT= A full featured floating point expression evaluator
-USE_LHA= yes
+USES= lha
PLIST_FILES= bin/Eval