summaryrefslogtreecommitdiff
path: root/x11/xfstt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xfstt/Makefile')
-rw-r--r--x11/xfstt/Makefile4
1 files changed, 2 insertions, 2 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 ; \