From b97c41dde34f14e03b5985a3cf6a23aee3e7b3b4 Mon Sep 17 00:00:00 2001 From: jtb Date: Sat, 28 Apr 2001 23:59:17 +0000 Subject: Remove redundant echoing, quoting, and input redirection to sed. --- math/tochnog/Makefile | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'math/tochnog/Makefile') diff --git a/math/tochnog/Makefile b/math/tochnog/Makefile index 3a47964e926..17ca7ecb7d5 100644 --- a/math/tochnog/Makefile +++ b/math/tochnog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/04/14 21:43:57 jtb Exp $ +# $NetBSD: Makefile,v 1.7 2001/04/28 23:59:22 jtb Exp $ DISTNAME= tochnog-20010210 CATEGORIES= math @@ -26,14 +26,8 @@ do-install: ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/tnp.ps.gz \ ${PREFIX}/share/doc/tochnog ${INSTALL_DATA_DIR} ${PREFIX}/share/tochnog/test - @for f in ${WRKDIR}/tochnog/test/*; do \ - i="${INSTALL_DATA} $$f ${PREFIX}/share/tochnog/test/"; \ - ${ECHO} $$i; $$i; \ - done + ${INSTALL_DATA} ${WRKDIR}/tochnog/test/* ${PREFIX}/share/tochnog/test/ ${INSTALL_DATA_DIR} ${PREFIX}/share/tochnog/tools - @for f in ${WRKDIR}/tochnog/tools/*; do \ - i="${INSTALL_DATA} $$f ${PREFIX}/share/tochnog/tools/"; \ - ${ECHO} $$i; $$i; \ - done + ${INSTALL_DATA} ${WRKDIR}/tochnog/tools/* ${PREFIX}/share/tochnog/tools/ .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3