summaryrefslogtreecommitdiff
path: root/graphics/tiff/Makefile
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-06 14:58:18 +0000
committerrodent <rodent>2013-04-06 14:58:18 +0000
commit02d12b5b90bd135eb8b0a739c1075d814ce7e1ce (patch)
treeb1cff420284d5ee15e6d2d156f4e102e8c38f089 /graphics/tiff/Makefile
parentc19d9392ba30a684c6894689392d083e879d0695 (diff)
downloadpkgsrc-02d12b5b90bd135eb8b0a739c1075d814ce7e1ce.tar.gz
'Please use ${ECHO} instead of "echo".'
'Please use ${ECHO_N} instead of "echo -n".'
Diffstat (limited to 'graphics/tiff/Makefile')
-rw-r--r--graphics/tiff/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile
index e45688e2f96..9c8ad31eea9 100644
--- a/graphics/tiff/Makefile
+++ b/graphics/tiff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.110 2013/01/26 21:36:32 adam Exp $
+# $NetBSD: Makefile,v 1.111 2013/04/06 14:58:19 rodent Exp $
DISTNAME= tiff-4.0.3
PKGREVISION= 2
@@ -29,7 +29,7 @@ TEST_TARGET= check
post-install:
cd ${DESTDIR}/${PREFIX}/${PKGMANDIR}/man3 && for file in *.3tiff; do\
- target=`echo $$file | sed "s/3tiff/3/"`; \
+ target=`${ECHO} $$file | sed "s/3tiff/3/"`; \
${MV} $$file $$target; \
done