7cd04d6fd0
package under ${X11PREFIX} instead of trying to dual-install under both ${LOCALBASE} and ${X11BASE}, and strongly buildlink'fiying.
13 lines
425 B
Text
13 lines
425 B
Text
$NetBSD: patch-as,v 1.4 2001/11/30 16:29:29 jlam Exp $
|
|
|
|
--- scripts/mkfacesindex.orig Tue Nov 19 05:05:58 1991
|
|
+++ scripts/mkfacesindex Sat Jul 8 14:38:08 2000
|
|
@@ -15,7 +15,7 @@
|
|
# than version v1.6.0:
|
|
#$olddb = 1;
|
|
|
|
-$FACEDIR = '/usr/local/faces';
|
|
+$FACEDIR = '@PREFIX@/share/faces';
|
|
|
|
# mkfacesindex - make a .index file at the root of a faces database that
|
|
# facesall can use more speedily instead of tabulating the
|