pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/wwwcount use < /dev/null instead of yes "" |
details: https://anonhg.NetBSD.org/pkgsrc/rev/97afeb10a416
branches: trunk
changeset: 594617:97afeb10a416
user: hans <hans%pkgsrc.org@localhost>
date: Tue Nov 01 13:45:06 2011 +0000
description:
use < /dev/null instead of yes "" |
diffstat:
www/wwwcount/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r cb6dd8ddc94a -r 97afeb10a416 www/wwwcount/Makefile
--- a/www/wwwcount/Makefile Tue Nov 01 12:59:17 2011 +0000
+++ b/www/wwwcount/Makefile Tue Nov 01 13:45:06 2011 +0000
@@ -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_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
Home |
Main Index |
Thread Index |
Old Index