Module Name: src
Committed By: mrg
Date: Thu Jun 18 03:20:14 UTC 2009
Modified Files:
src/external/mit/xorg/share/fonts: Makefile
Log Message:
remove dead code
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/share/fonts/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/share/fonts/Makefile
diff -u src/external/mit/xorg/share/fonts/Makefile:1.3 src/external/mit/xorg/share/fonts/Makefile:1.4
--- src/external/mit/xorg/share/fonts/Makefile:1.3 Sat Oct 25 22:27:34 2008
+++ src/external/mit/xorg/share/fonts/Makefile Thu Jun 18 03:20:14 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2008/10/25 22:27:34 apb Exp $
+# $NetBSD: Makefile,v 1.4 2009/06/18 03:20:14 mrg Exp $
.include <bsd.own.mk>
@@ -8,17 +8,4 @@
.include "${NETBSDSRCDIR}/external/mit/xorg/tools/fc-cache/Makefile.fc-cache"
-.if 0
-afterinstall:
- ${_MKMSG_CREATE} ${DESTDIR}${X11FONTDIR}/fonts.cache-1
- ${FCCACHE} -fv ${DESTDIR}${X11FONTDIR}
-.if ${MKUNPRIVED} != "no"
- cd ${DESTDIR} \
- && find ./${X11FONTDIR} -name fonts.cache-1 \
- | ${TOOL_SED} -e \
- 's/$$/ type=file mode=0444 uname=${BINOWN} gname=${BINGRP}/' \
- | ${METALOG.add}
-.endif
-.endif
-
.include <bsd.subdir.mk>