diff options
author | wiz <wiz@pkgsrc.org> | 2014-06-01 16:35:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-06-01 16:35:31 +0000 |
commit | c036855cc245592abd90257a559e0422fd9d1515 (patch) | |
tree | bc4c47ab313c1e0ab905241a3b7667947d238641 /fonts/jsMath-fonts | |
parent | ea5e4c1f7f1c85c9cce785f764005fc2ac09594f (diff) | |
download | pkgsrc-c036855cc245592abd90257a559e0422fd9d1515.tar.gz |
Move fonts from lib/X11/fonts to share/fonts/X11.
As discussed on tech-pkg.
Bump PKGREVISION.
Diffstat (limited to 'fonts/jsMath-fonts')
-rw-r--r-- | fonts/jsMath-fonts/Makefile | 5 | ||||
-rw-r--r-- | fonts/jsMath-fonts/PLIST | 14 |
2 files changed, 10 insertions, 9 deletions
diff --git a/fonts/jsMath-fonts/Makefile b/fonts/jsMath-fonts/Makefile index cd8f232b970..88d15b860d3 100644 --- a/fonts/jsMath-fonts/Makefile +++ b/fonts/jsMath-fonts/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2013/03/11 18:48:02 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2014/06/01 16:35:35 wiz Exp $ # PKGNAME= jsMath-fonts-20090709 DISTNAME= TeX-fonts-linux +PKGREVISION= 1 CATEGORIES= fonts MASTER_SITES= http://www.math.union.edu/~dpvc/jsMath/download/ EXTRACT_SUFX= .tgz @@ -16,7 +17,7 @@ DIST_SUBDIR= ${PKGNAME_NOREV} USE_LANGUAGES= # none -FONTDIR= ${PREFIX}/lib/X11/fonts/TTF +FONTDIR= ${PREFIX}/share/fonts/X11/TTF FONTS_DIRS.ttf+= ${FONTDIR} INSTALLATION_DIRS+= ${FONTDIR} diff --git a/fonts/jsMath-fonts/PLIST b/fonts/jsMath-fonts/PLIST index 94d8f60b0b6..e73248a0691 100644 --- a/fonts/jsMath-fonts/PLIST +++ b/fonts/jsMath-fonts/PLIST @@ -1,7 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1 2013/03/11 18:48:02 wiz Exp $ -lib/X11/fonts/TTF/jsMath-cmbx10.ttf -lib/X11/fonts/TTF/jsMath-cmex10.ttf -lib/X11/fonts/TTF/jsMath-cmmi10.ttf -lib/X11/fonts/TTF/jsMath-cmr10.ttf -lib/X11/fonts/TTF/jsMath-cmsy10.ttf -lib/X11/fonts/TTF/jsMath-cmti10.ttf +@comment $NetBSD: PLIST,v 1.2 2014/06/01 16:35:35 wiz Exp $ +share/fonts/X11/TTF/jsMath-cmbx10.ttf +share/fonts/X11/TTF/jsMath-cmex10.ttf +share/fonts/X11/TTF/jsMath-cmmi10.ttf +share/fonts/X11/TTF/jsMath-cmr10.ttf +share/fonts/X11/TTF/jsMath-cmsy10.ttf +share/fonts/X11/TTF/jsMath-cmti10.ttf |