diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-19 17:15:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-19 17:15:44 +0000 |
commit | 26f84f0fab4465c7228fa8ba7a560b0b4310b791 (patch) | |
tree | ecc6943b73f5160c6c132dee842fb11aa8396cd8 | |
parent | a026356d99bf4ce36b27e8f90d212aba9927664e (diff) |
Notes
-rw-r--r-- | x11-fonts/tv-fonts/Makefile | 13 | ||||
-rw-r--r-- | x11-fonts/tv-fonts/pkg-plist | 4 |
2 files changed, 4 insertions, 13 deletions
diff --git a/x11-fonts/tv-fonts/Makefile b/x11-fonts/tv-fonts/Makefile index 9c1ca5c7a318..c9ebdf0687dc 100644 --- a/x11-fonts/tv-fonts/Makefile +++ b/x11-fonts/tv-fonts/Makefile @@ -3,22 +3,17 @@ PORTNAME= tv-fonts PORTVERSION= 1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-fonts MASTER_SITES= http://dl.bytesex.org/releases/${PORTNAME}/ MAINTAINER= oliver@FreeBSD.org COMMENT= Number of fonts which are useful for TV applications -BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ - mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ - mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale -RUN_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ - mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ - mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale \ - fc-cache:${PORTSDIR}/x11-fonts/fontconfig +BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf -USES= gmake tar:bzip2 +USES= gmake fonts tar:bzip2 +MAKE_JOBS_UNSAFE= yes FONTSDIR= ${PREFIX}/lib/X11/fonts/misc FONTS= caption.pcf.gz captioni.pcf.gz led-iso10646-1.pcf.gz \ diff --git a/x11-fonts/tv-fonts/pkg-plist b/x11-fonts/tv-fonts/pkg-plist index 12604d8a9041..3569af4ac13f 100644 --- a/x11-fonts/tv-fonts/pkg-plist +++ b/x11-fonts/tv-fonts/pkg-plist @@ -20,7 +20,3 @@ lib/X11/fonts/misc/teletext2.pcf.gz lib/X11/fonts/misc/teletext2i.pcf.gz lib/X11/fonts/misc/teletext4.pcf.gz lib/X11/fonts/misc/teletext4i.pcf.gz -@unexec rm %D/lib/X11/fonts/misc/fonts.cache-1 || true -@unexec fc-cache -f -v %D/lib/X11/fonts/misc || true -@unexec if [ ! -s %D/lib/X11/fonts/misc/fonts.cache-1 ]; then rm %D/lib/X11/fonts/misc/fonts.cache-1; fi -@dirrmtry lib/X11/fonts/misc |