pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/mule Update reference to font installation pat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b39950a40ce
branches:  trunk
changeset: 635212:2b39950a40ce
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jun 01 16:45:35 2014 +0000

description:
Update reference to font installation path. Bump PKGREVISION.

diffstat:

 editors/mule/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r f24be1b2a245 -r 2b39950a40ce editors/mule/Makefile
--- a/editors/mule/Makefile     Sun Jun 01 16:44:38 2014 +0000
+++ b/editors/mule/Makefile     Sun Jun 01 16:45:35 2014 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.49 2013/04/06 20:27:20 rodent Exp $
+# $NetBSD: Makefile,v 1.50 2014/06/01 16:45:35 wiz Exp $
 
 DISTNAME=      mule-2.3
-PKGREVISION=   7
+PKGREVISION=   8
 CATEGORIES=    editors
 MASTER_SITES=  ftp://ftp.m17n.org/pub/mule/
 
@@ -32,7 +32,7 @@
 .if ${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "sparc64"
 CONFIGURE_ARGS+=       --valbits=26
 .endif
-CONFIGURE_ARGS+=       --bdf-path=${X11PREFIX}/lib/X11/fonts/intlfonts/bdf
+CONFIGURE_ARGS+=       --bdf-path=${X11PREFIX}/share/fonts/X11/intlfonts/bdf
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index