From 0a07ed33cb90d2b473dd75b1afd5b6ff5148daa3 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 1 Jun 2014 16:45:35 +0000 Subject: [PATCH] Update reference to font installation path. Bump PKGREVISION. --- editors/mule/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/editors/mule/Makefile b/editors/mule/Makefile index 04aeeddeeff1..711544fe639d 100644 --- a/editors/mule/Makefile +++ b/editors/mule/Makefile @@ -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 @@ CONFIGURE_ARGS+= --terminal-face --mcpath --canna-libraries=${PREFIX}/lib .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"