pkgsrc/mail/faces/patches/patch-aq
jlam 7cd04d6fd0 Update mail/faces to 1.6.1nb1. Changes from version 1.6.1 are moving the
package under ${X11PREFIX} instead of trying to dual-install under both
${LOCALBASE} and ${X11BASE}, and strongly buildlink'fiying.
2001-11-30 16:29:28 +00:00

22 lines
670 B
Text

$NetBSD: patch-aq,v 1.4 2001/11/30 16:29:29 jlam Exp $
--- scripts/addxface.orig Tue Nov 19 05:05:58 1991
+++ scripts/addxface Sat Jul 8 14:31:35 2000
@@ -15,7 +15,7 @@
# than version v1.6.0:
#$olddb = 1;
-$faces = '/usr/local/faces';
+$faces = '@PREFIX@/share/faces';
$umask = 000;
# addxface - install any X-Face: in the header of the given mail message
@@ -23,7 +23,7 @@
#
# Intended as an alternative to "faces -U" and to be used in a .forward file.
# For example:
-# kinzler,"|/usr/local/faces/bin/addxface"
+# kinzler,"|@localbase@/faces/bin/addxface"
# Overwrites any existing face. User 'daemon' will need write permissions
# in $faces/xface.
#