Module Name: src
Committed By: mrg
Date: Sat Aug 22 01:02:47 UTC 2009
Modified Files:
src/external/mit/xorg/bin/bdftruncate: Makefile
Log Message:
bdftruncate is now a C program ... written by martin and joerg. :-)
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/mit/xorg/bin/bdftruncate/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/xorg/bin/bdftruncate/Makefile
diff -u src/external/mit/xorg/bin/bdftruncate/Makefile:1.1.1.1 src/external/mit/xorg/bin/bdftruncate/Makefile:1.2
--- src/external/mit/xorg/bin/bdftruncate/Makefile:1.1.1.1 Tue Jul 29 05:01:22 2008
+++ src/external/mit/xorg/bin/bdftruncate/Makefile Sat Aug 22 01:02:47 2009
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:22 mrg Exp $
+# $NetBSD: Makefile,v 1.2 2009/08/22 01:02:47 mrg Exp $
.include <bsd.own.mk>
-SCRIPTS=bdftruncate.pl
-MAN= bdftruncate.1
+PROG= bdftruncate
.PATH: ${X11SRCDIR.font-util}