diff options
author | ohauer <ohauer@FreeBSD.org> | 2014-06-01 16:08:51 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2014-06-01 16:08:51 +0800 |
commit | 378d191338b9ee62fd67cbd949bd6a368c69ef0e (patch) | |
tree | 83bacdc97d4786980c4ef945f4bed8b13a8aef2a /arabic | |
parent | 9c0c940e525acaadbac1393b07155df4a84b71f5 (diff) | |
download | freebsd-ports-gnome-378d191338b9ee62fd67cbd949bd6a368c69ef0e.tar.gz freebsd-ports-gnome-378d191338b9ee62fd67cbd949bd6a368c69ef0e.tar.zst freebsd-ports-gnome-378d191338b9ee62fd67cbd949bd6a368c69ef0e.zip |
- USE_BZIP2 -> USES=tar:bzip2
Diffstat (limited to 'arabic')
-rw-r--r-- | arabic/ae_fonts_mono/Makefile | 2 | ||||
-rw-r--r-- | arabic/ae_fonts_ttf/Makefile | 2 | ||||
-rw-r--r-- | arabic/kacst_fonts/Makefile | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/arabic/ae_fonts_mono/Makefile b/arabic/ae_fonts_mono/Makefile index a740e60f1210..1dddd6ab9445 100644 --- a/arabic/ae_fonts_mono/Makefile +++ b/arabic/ae_fonts_mono/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale USE_XORG= x11 -USE_BZIP2= yes +USES= tar:bzip2 SUB_FILES= pkg-message do-build: diff --git a/arabic/ae_fonts_ttf/Makefile b/arabic/ae_fonts_ttf/Makefile index 4f51a55fa672..2eec1aa4a230 100644 --- a/arabic/ae_fonts_ttf/Makefile +++ b/arabic/ae_fonts_ttf/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= ttmkfdir:${PORTSDIR}/x11-fonts/ttmkfdir -USE_BZIP2= yes +USES= tar:bzip2 WRKSRC= ${WRKDIR}/ae_fonts1-${PORTVERSION} SUB_FILES= pkg-message diff --git a/arabic/kacst_fonts/Makefile b/arabic/kacst_fonts/Makefile index 8fce18ba29e0..5bee0cac796a 100644 --- a/arabic/kacst_fonts/Makefile +++ b/arabic/kacst_fonts/Makefile @@ -15,14 +15,14 @@ LICENSE= GPLv2 BUILD_DEPENDS= ttmkfdir:${PORTSDIR}/x11-fonts/ttmkfdir -USE_BZIP2= yes +USES= tar:bzip2 WRKSRC= ${WRKDIR}/KacstArabicFonts-${PORTVERSION} SUB_FILES= pkg-message SUB_LIST= PORTNAME="${PORTNAME}" do-build: - cd ${WRKDIR} && ttmkfdir -c -d ${WRKSRC} > ${WRKSRC}/fonts.dir + (cd ${WRKDIR} && ttmkfdir -c -d ${WRKSRC} > ${WRKSRC}/fonts.dir) do-install: @${MKDIR} ${STAGEDIR}/${PREFIX}/lib/X11/fonts/kacst_fonts |