diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-30 05:43:17 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-30 05:43:17 +0800 |
commit | 1cf7c15bcf2522cd43d51dede202cd9250bad11f (patch) | |
tree | 626d2288bada68bcb887f72d08c8de3dfe0595dc /misc | |
parent | d67e1883b6d3deed93b173e9acc01cbe37453ad1 (diff) | |
download | freebsd-ports-gnome-1cf7c15bcf2522cd43d51dede202cd9250bad11f.tar.gz freebsd-ports-gnome-1cf7c15bcf2522cd43d51dede202cd9250bad11f.tar.zst freebsd-ports-gnome-1cf7c15bcf2522cd43d51dede202cd9250bad11f.zip |
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/compat5x/Makefile | 2 | ||||
-rw-r--r-- | misc/compat6x/Makefile | 2 | ||||
-rw-r--r-- | misc/dvorakng/Makefile | 2 | ||||
-rw-r--r-- | misc/fortune-mod-bible/Makefile | 2 | ||||
-rw-r--r-- | misc/fortune-mod-futurama/Makefile | 2 | ||||
-rw-r--r-- | misc/hulgalugha/Makefile | 2 | ||||
-rw-r--r-- | misc/imerge/Makefile | 2 | ||||
-rw-r--r-- | misc/inplace/Makefile | 2 | ||||
-rw-r--r-- | misc/ipa_conv/Makefile | 2 | ||||
-rw-r--r-- | misc/jbidwatcher/Makefile | 2 | ||||
-rw-r--r-- | misc/pantry/Makefile | 2 | ||||
-rw-r--r-- | misc/susv2/Makefile | 2 | ||||
-rw-r--r-- | misc/susv3/Makefile | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/misc/compat5x/Makefile b/misc/compat5x/Makefile index 4735cb491032..2ca0aaba7a81 100644 --- a/misc/compat5x/Makefile +++ b/misc/compat5x/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/compat/locale/UTF-8/LC_CTYPE:${PORTSDIR}/misc/lo WRKSRC= ${WRKDIR}/${PORTNAME} -USE_BZIP2= yes +USES= tar:bzip2 NO_BUILD= yes ONLY_FOR_ARCHS= amd64 i386 sparc64 TARGET_DIR= ${PREFIX}/lib/compat diff --git a/misc/compat6x/Makefile b/misc/compat6x/Makefile index ca6968f6361b..fb51def717c6 100644 --- a/misc/compat6x/Makefile +++ b/misc/compat6x/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-${ARCH}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Convenience package to install the compat6x libraries -USE_BZIP2= yes +USES= tar:bzip2 NO_BUILD= yes ONLY_FOR_ARCHS= i386 amd64 sparc64 PLIST= ${PKGDIR}/pkg-plist.${ARCH} diff --git a/misc/dvorakng/Makefile b/misc/dvorakng/Makefile index c3a07f4d2ab5..a630d7585dd5 100644 --- a/misc/dvorakng/Makefile +++ b/misc/dvorakng/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://www.free.of.pl/n/nopik/ MAINTAINER= ports@FreeBSD.org COMMENT= Dvorak typing tutor -USE_BZIP2= yes +USES= tar:bzip2 WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_ARGS= CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS} ${CPPFLAGS}" \ diff --git a/misc/fortune-mod-bible/Makefile b/misc/fortune-mod-bible/Makefile index aa6536ccea1e..90fdc4d39b0c 100644 --- a/misc/fortune-mod-bible/Makefile +++ b/misc/fortune-mod-bible/Makefile @@ -14,7 +14,7 @@ COMMENT= King James V Bible in fortune file format DIST_SUBDIR= ${PORTNAME} NO_WRKSUBDIR= yes PKGMESSAGE= ${WRKDIR}/pkg-message -USE_BZIP2= yes +USES= tar:bzip2 SUB_FILES+= pkg-message _STRFILE= /usr/games/strfile diff --git a/misc/fortune-mod-futurama/Makefile b/misc/fortune-mod-futurama/Makefile index 93fe7a1a2307..768b3a53889a 100644 --- a/misc/fortune-mod-futurama/Makefile +++ b/misc/fortune-mod-futurama/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= http://www.netmeister.org/apps/ \ MAINTAINER= freebsd@skysmurf.nl COMMENT= Compilation of quotes from the TV series "Futurama" -USE_BZIP2= yes +USES= tar:bzip2 SUB_FILES= pkg-message PLIST_FILES= share/games/fortune/futurama share/games/fortune/futurama.dat diff --git a/misc/hulgalugha/Makefile b/misc/hulgalugha/Makefile index fe8978b98652..2b130d1301a6 100644 --- a/misc/hulgalugha/Makefile +++ b/misc/hulgalugha/Makefile @@ -5,7 +5,7 @@ PORTNAME= hulgalugha PORTVERSION= 1.0 CATEGORIES= misc MASTER_SITES= http://people.freebsd.org/~alfred/sources/hulgalugha/ -USE_BZIP2= yes +USES= tar:bzip2 MAINTAINER= ports@FreeBSD.org COMMENT= Very jerky text filter diff --git a/misc/imerge/Makefile b/misc/imerge/Makefile index f68cdaaa9ac9..a06ea13cc06c 100644 --- a/misc/imerge/Makefile +++ b/misc/imerge/Makefile @@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= knu MAINTAINER= knu@FreeBSD.org COMMENT= Tool to help merge one file to another interactively -USE_BZIP2= yes +USES= tar:bzip2 MAKE_ARGS= PREFIX="${PREFIX}" MANPREFIX="${MANPREFIX}" MAKEFILE= BSDmakefile diff --git a/misc/inplace/Makefile b/misc/inplace/Makefile index a898bc1fe307..9b3873972945 100644 --- a/misc/inplace/Makefile +++ b/misc/inplace/Makefile @@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= knu MAINTAINER= knu@FreeBSD.org COMMENT= Tool to edit files in-place through given filter commands -USE_BZIP2= yes +USES= tar:bzip2 USE_RUBY= yes MAKE_ARGS= PREFIX="${PREFIX}" MANPREFIX="${MANPREFIX}" diff --git a/misc/ipa_conv/Makefile b/misc/ipa_conv/Makefile index 6ac0d0638166..4e0082d32d6f 100644 --- a/misc/ipa_conv/Makefile +++ b/misc/ipa_conv/Makefile @@ -11,7 +11,7 @@ COMMENT= IPA accounting/database module for converting statistics BUILD_DEPENDS= ${LOCALBASE}/include/ipa_mod.h:${PORTSDIR}/sysutils/ipa -USE_BZIP2= yes +USES= tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/misc/jbidwatcher/Makefile b/misc/jbidwatcher/Makefile index ee2e2d7b2e51..1d75744c1f6e 100644 --- a/misc/jbidwatcher/Makefile +++ b/misc/jbidwatcher/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://www.jbidwatcher.com/download/ MAINTAINER= shurd@FreeBSD.org COMMENT= Java-based application allowing you to monitor eBay auctions -USE_BZIP2= yes +USES= tar:bzip2 USE_JAVA= yes USE_ANT= yes ALL_TARGET= jar diff --git a/misc/pantry/Makefile b/misc/pantry/Makefile index a22aa453764c..a650698aa194 100644 --- a/misc/pantry/Makefile +++ b/misc/pantry/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://www.smileystation.com/pantry/downloads/ MAINTAINER= earl@eeg3.net COMMENT= Command-line nutrition analysis program -USE_BZIP2= yes +USES= tar:bzip2 GNU_CONFIGURE= yes .include <bsd.port.mk> diff --git a/misc/susv2/Makefile b/misc/susv2/Makefile index e0cb94924060..7f56dd73efe0 100644 --- a/misc/susv2/Makefile +++ b/misc/susv2/Makefile @@ -12,7 +12,7 @@ COMMENT= Single UNIX Specification Version 2 RESTRICTED= Redistribution of the documents is not permitted -USE_BZIP2= yes +USES= tar:bzip2 NO_BUILD= yes PORTDOCS= * diff --git a/misc/susv3/Makefile b/misc/susv3/Makefile index 4f39b847958a..9f84d48f06fb 100644 --- a/misc/susv3/Makefile +++ b/misc/susv3/Makefile @@ -12,7 +12,7 @@ COMMENT= Single UNIX Specification Version 3 RESTRICTED= Redistribution of the documents is not permitted -USE_BZIP2= yes +USES= tar:bzip2 NO_BUILD= yes PORTDOCS= * |