diff options
author | wiz <wiz@pkgsrc.org> | 2014-06-01 16:44:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-06-01 16:44:38 +0000 |
commit | 668b3812d0cb210b5b77ef4d775eca1e10e92654 (patch) | |
tree | 3d3978f766b99c0ba4cadef532fb72f0c26842b3 /comms/xtel/Makefile | |
parent | 78039694fd4869df9756c18c11502d505d350668 (diff) | |
download | pkgsrc-668b3812d0cb210b5b77ef4d775eca1e10e92654.tar.gz |
Install fonts into default font path. Bump PKGREVISION.
Diffstat (limited to 'comms/xtel/Makefile')
-rw-r--r-- | comms/xtel/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/comms/xtel/Makefile b/comms/xtel/Makefile index 027150071cc..6fc218f3d8d 100644 --- a/comms/xtel/Makefile +++ b/comms/xtel/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2012/10/03 11:24:45 asau Exp $ -# +# $NetBSD: Makefile,v 1.28 2014/06/01 16:44:38 wiz Exp $ DISTNAME= xtel-3.3.0 -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= comms x11 MASTER_SITES= http://pficheux.free.fr/xtel/download/ @@ -19,7 +18,7 @@ MAKE_JOBS_SAFE= no USE_IMAKE= YES USE_TOOLS+= mkfontdir bdftopcf -FONTDIR= ${PREFIX}/lib/X11/fonts +FONTDIR= ${PREFIX}/share/fonts/X11 FONTS_DIRS.x11= ${FONTDIR}/xtel REQD_DIRS= ${FONTDIR}/xtel |