Skip to content

Commit

Permalink
Quell pkglint: don't forcibly hide output of shell commands in do-ins…
Browse files Browse the repository at this point in the history
…tall.
  • Loading branch information
schmonz committed Mar 24, 2007
1 parent 30d861a commit 5e1f758
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 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
Expand All @@ -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

Expand Down

0 comments on commit 5e1f758

Please sign in to comment.