diff options
author | grant <grant@pkgsrc.org> | 2002-07-18 05:24:49 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-07-18 05:24:49 +0000 |
commit | a736b5ccd916dc6bacf4fe858b871333ae19ee52 (patch) | |
tree | ec69395cf38bae6f8d6c2201f8f990af8bb59dc9 | |
parent | db7a881c685e052c925e41baff581d6850aa35fa (diff) | |
download | pkgsrc-a736b5ccd916dc6bacf4fe858b871333ae19ee52.tar.gz |
use @X11BASE@ in xfstt.1 instead of '/usr/X11R6' - yuck!
-rw-r--r-- | x11/xfstt/Makefile | 4 | ||||
-rw-r--r-- | x11/xfstt/distinfo | 4 | ||||
-rw-r--r-- | x11/xfstt/patches/patch-ae | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11/xfstt/Makefile b/x11/xfstt/Makefile index 78c4098672b..a80f1c75b29 100644 --- a/x11/xfstt/Makefile +++ b/x11/xfstt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/11/29 01:12:53 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 2002/07/18 05:25:54 grant Exp $ # DISTNAME= xfstt-1.1 @@ -14,7 +14,7 @@ USE_X11BASE= YES post-patch: @( \ cd ${WRKSRC} ; \ - for i in INSTALL perftest.cpp xfstt.cpp ; \ + for i in INSTALL perftest.cpp xfstt.cpp xfstt.1x; \ do \ ${MV} $$i $$i.bak ; \ ${SED} -e 's;@X11BASE@;${X11BASE};' < $$i.bak > $$i ; \ diff --git a/x11/xfstt/distinfo b/x11/xfstt/distinfo index c08fa0ffef1..f779b8da084 100644 --- a/x11/xfstt/distinfo +++ b/x11/xfstt/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/19 11:07:54 skrll Exp $ +$NetBSD: distinfo,v 1.3 2002/07/18 05:25:54 grant Exp $ SHA1 (xfstt-1.1.tar.gz) = 3abf6d081ce85d6925b44d70470b6fc020d3a00e Size (xfstt-1.1.tar.gz) = 111034 bytes @@ -6,4 +6,4 @@ SHA1 (patch-aa) = 1d4deffc912664589501326ec1aef80d65d1f7b9 SHA1 (patch-ab) = d37d9659e3a792413fef05a661cd6709535cd406 SHA1 (patch-ac) = 41f637e882ad91eda30c926b2e54a0f8b4edfaf4 SHA1 (patch-ad) = d9551ac593f81390cf3b5c664132af7deeb69656 -SHA1 (patch-ae) = 4152ce0947392480d56d9ff2b191e0b2d59f83d2 +SHA1 (patch-ae) = 5186b8456f3f44f46af01f0eb54493d33102b72a diff --git a/x11/xfstt/patches/patch-ae b/x11/xfstt/patches/patch-ae index 20e7bc7135d..57dd1ce359b 100644 --- a/x11/xfstt/patches/patch-ae +++ b/x11/xfstt/patches/patch-ae @@ -1,4 +1,4 @@ -$NetBSD: patch-ae,v 1.2 2001/02/28 10:26:03 wiz Exp $ +$NetBSD: patch-ae,v 1.3 2002/07/18 05:24:49 grant Exp $ --- xfstt.1x.orig Tue Jul 13 05:07:15 1999 +++ xfstt.1x Sat Nov 18 16:08:20 2000 @@ -3,7 +3,7 @@ @@ -20,7 +20,7 @@ $NetBSD: patch-ae,v 1.2 2001/02/28 10:26:03 wiz Exp $ .I "\-\-dir name" Change xfstt's font directory. -The default is --dir /usr/share/fonts/truetype. -+The default is --dir /usr/X11R6/lib/X11/fonts/TrueType. ++The default is --dir @X11BASE@/lib/X11/fonts/TrueType. .TP .I "\-\-res value" Force the resolution for underspecified fonts to value (typically 96 or 120). |