From 76187b232d8fdf90b2fe85860a71a0ffac884bcd Mon Sep 17 00:00:00 2001 From: schmonz Date: Sat, 24 Mar 2007 06:20:30 +0000 Subject: Quell pkglint: don't forcibly hide output of shell commands in do-install. --- devel/jam/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'devel/jam') diff --git a/devel/jam/Makefile b/devel/jam/Makefile index f6a26f260fa..ac9b5e6c22a 100644 --- a/devel/jam/Makefile +++ b/devel/jam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/07/18 19:05:07 minskim Exp $ +# $NetBSD: Makefile,v 1.11 2007/03/24 06:20:30 schmonz Exp $ # DISTNAME= jam-2.5 @@ -23,17 +23,17 @@ HTMLDIR= share/doc/html/${PKGBASE} INSTALLATION_DIRS= bin do-install: - @for f in jam mkjambase; do \ + for f in jam mkjambase; do \ ${INSTALL_PROGRAM} ${WRKSRC}/bin.*/$${f} ${PREFIX}/bin; \ done ${INSTALL_DATA_DIR} ${PREFIX}/${DOCDIR} - @for f in Porting README RELNOTES; do \ + for f in Porting README RELNOTES; do \ ${INSTALL_DATA} ${WRKSRC}/$${f} ${PREFIX}/${DOCDIR}; \ done ${INSTALL_DATA_DIR} ${PREFIX}/${HTMLDIR} - @for f in *.html; do \ + for f in *.html; do \ ${INSTALL_DATA} ${WRKSRC}/$${f} ${PREFIX}/${HTMLDIR}; \ done -- cgit v1.2.3