7cd04d6fd0
package under ${X11PREFIX} instead of trying to dual-install under both ${LOCALBASE} and ${X11BASE}, and strongly buildlink'fiying.
13 lines
404 B
Text
13 lines
404 B
Text
$NetBSD: patch-ar,v 1.4 2001/11/30 16:29:29 jlam Exp $
|
|
|
|
--- scripts/facesall.orig Mon Nov 25 01:30:24 1991
|
|
+++ scripts/facesall Sat Jul 8 14:36:06 2000
|
|
@@ -20,7 +20,7 @@
|
|
#$olddb = 1;
|
|
|
|
$cols = 15; $rows = 13;
|
|
-$FACEDIR = '/usr/local/faces';
|
|
+$FACEDIR = '@PREFIX@/share/faces';
|
|
|
|
# facesall - show all available faces in the given faces bitmap directory
|
|
# usage: facesall [ -a ] [ bitmap_directory ]
|