diff options
author | hans <hans> | 2011-11-01 13:45:06 +0000 |
---|---|---|
committer | hans <hans> | 2011-11-01 13:45:06 +0000 |
commit | 3d3f561bc5d29dd3570c98d620f5ed1a45eefe9c (patch) | |
tree | b492878415ac688bd3ef39f6e08978aee27a3d2f /www/wwwcount | |
parent | 93ac832096793e9ac569473ed7d31e4e5ecd5d0f (diff) | |
download | pkgsrc-3d3f561bc5d29dd3570c98d620f5ed1a45eefe9c.tar.gz |
use < /dev/null instead of yes "" |
Diffstat (limited to 'www/wwwcount')
-rw-r--r-- | www/wwwcount/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/wwwcount/Makefile b/www/wwwcount/Makefile index b8fddc8fcdf..bd88b7c0cf3 100644 --- a/www/wwwcount/Makefile +++ b/www/wwwcount/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2010/06/27 19:16:03 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2011/11/01 13:45:06 hans Exp $ DISTNAME= wwwcount2.5 PKGNAME= wwwcount-2.5 @@ -30,10 +30,10 @@ SUBST_FILES.destdir= Config.tmpl SUBST_SED.destdir= -e s,=\"${PREFIX},=\"${DESTDIR}${PREFIX}, pre-configure: - cd ${WRKSRC}; yes "" | PREFIX=${PREFIX} PKG_SYSCONFDIR=${PKG_SYSCONFDIR} VARBASE=${VARBASE} ./Count-config + cd ${WRKSRC}; PREFIX=${PREFIX} PKG_SYSCONFDIR=${PKG_SYSCONFDIR} VARBASE=${VARBASE} ./Count-config < /dev/null do-install: - cd ${WRKSRC}; yes "" | ./Count-install + cd ${WRKSRC}; ./Count-install < /dev/null ${INSTALL_DATA} ${FILESDIR}/wwwcount.conf ${DESTDIR}${PREFIX}/share/examples ${INSTALL_PROGRAM} ${WRKSRC}/utils/extdgts/extdgts ${DESTDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/utils/mkstrip/mkstrip ${DESTDIR}${PREFIX}/bin |