summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2009-05-16 07:22:01 +0000
committerrillig <rillig@pkgsrc.org>2009-05-16 07:22:01 +0000
commit1955b7c506fe9a4ba0da7ead31160f2d412d4bc5 (patch)
tree7bf114ad68b8d6c976113453d8cc20e43cbf3eda /fonts
parent7866eb7aa05c6905afeb675f319dd81c38574b6b (diff)
downloadpkgsrc-1955b7c506fe9a4ba0da7ead31160f2d412d4bc5.tar.gz
cleanup: replaced _PKG_SILENT and _PKG_DEBUG with RUN.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/ms-ttf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/ms-ttf/Makefile b/fonts/ms-ttf/Makefile
index 9abadd95906..5d1a18d7a3c 100644
--- a/fonts/ms-ttf/Makefile
+++ b/fonts/ms-ttf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2007/02/22 19:26:29 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2009/05/16 07:22:03 rillig Exp $
DISTNAME= # empty
PKGNAME= ms-ttf-20020306
@@ -39,7 +39,7 @@ FONTS_DIRS.ttf= ${FONTDIR}
INSTALLATION_DIRS= ${FONTDIR} ${DOCDIR}
post-extract:
- ${_PKG_SILENT}${_PKG_DEBUG} \
+ ${RUN} \
for f in ${WRKSRC}/*.TTF ; do \
${MV} $$f `echo $$f | ${SED} 's|TTF$$|ttf|'`; \
done