diff options
author | rillig <rillig> | 2009-05-16 07:22:01 +0000 |
---|---|---|
committer | rillig <rillig> | 2009-05-16 07:22:01 +0000 |
commit | f14182765db6b2f2673e05ea7f2095b9c62b5e53 (patch) | |
tree | 7bf114ad68b8d6c976113453d8cc20e43cbf3eda /fonts | |
parent | 56348853b52b34af45fc88c402b4efe0f8a88bbf (diff) | |
download | pkgsrc-f14182765db6b2f2673e05ea7f2095b9c62b5e53.tar.gz |
cleanup: replaced _PKG_SILENT and _PKG_DEBUG with RUN.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/ms-ttf/Makefile | 4 |
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 |