ports/131238: [PATCH] x11/luit: luit can't find locale.alias, fix it

Rong-En Fan rafan at FreeBSD.ORG
Sun Feb 1 06:33:12 UTC 2009


updated patch, using --datadir that matches x11/libX11 seems better.

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/x11/luit/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	23 Jan 2009 16:28:15 -0000	1.3
+++ Makefile	1 Feb 2009 05:25:45 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	luit
 PORTVERSION=	1.0.3
+PORTREVISION=	1
 CATEGORIES=	x11
 
 MAINTAINER=	x11 at FreeBSD.org
@@ -15,6 +16,8 @@
 XORG_CAT=	app
 USE_XORG=	x11 fontenc
 
+CONFIGURE_ARGS=	--datadir=${LOCALBASE}/lib
+
 PLIST_FILES=	bin/luit
 
 MAN1=		luit.1



More information about the freebsd-ports-bugs mailing list