diff options
author | wiz <wiz> | 2012-11-07 14:47:37 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-11-07 14:47:37 +0000 |
commit | c2f1975cc52710931e2bb81061f2233efe7a9008 (patch) | |
tree | 90505ea60c5dc5357b5ae1e730128fd0fda2f520 /fonts/encodings | |
parent | bb22b0e08c4e3c85e2fbc5fb692ac82f5d6e35ab (diff) | |
download | pkgsrc-c2f1975cc52710931e2bb81061f2233efe7a9008.tar.gz |
Use default font root dir. Requested by Sean Boudreau on tech-pkg.
Bump PKGREVISION.
Diffstat (limited to 'fonts/encodings')
-rw-r--r-- | fonts/encodings/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fonts/encodings/Makefile b/fonts/encodings/Makefile index d4757ced1ae..b8ac8c2046d 100644 --- a/fonts/encodings/Makefile +++ b/fonts/encodings/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2012/10/03 18:28:18 asau Exp $ -# +# $NetBSD: Makefile,v 1.7 2012/11/07 14:47:37 wiz Exp $ DISTNAME= encodings-1.0.4 +PKGREVISION= 1 CATEGORIES= fonts x11 MASTER_SITES= ${MASTER_SITE_XORG:=font/} EXTRACT_SUFX= .tar.bz2 @@ -13,7 +13,6 @@ COMMENT= X11 Font Index Generator PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-fontrootdir=${PREFIX}/lib/X11/fonts USE_TOOLS+= gzip mkfontscale |