pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/py-Pmw call xargs -n 1 when creating directories w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c718ab334f04
branches:  trunk
changeset: 476513:c718ab334f04
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Jun 12 08:58:50 2004 +0000

description:
call xargs -n 1 when creating directories with install(1).

diffstat:

 x11/py-Pmw/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 072a75622a90 -r c718ab334f04 x11/py-Pmw/Makefile
--- a/x11/py-Pmw/Makefile       Sat Jun 12 08:56:35 2004 +0000
+++ b/x11/py-Pmw/Makefile       Sat Jun 12 08:58:50 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/05/30 02:19:16 snj Exp $
+# $NetBSD: Makefile,v 1.15 2004/06/12 08:58:50 grant Exp $
 #
 
 DISTNAME=      Pmw.0.8.5
@@ -19,7 +19,7 @@
 
 do-install:
        (cd ${WRKDIR}; ${FIND} Pmw -type d -print | \
-           ${SED} -e 's,^,${PREFIX}/${PYSITELIB}/,' | ${XARGS} ${INSTALL_DATA_DIR})
+           ${SED} -e 's,^,${PREFIX}/${PYSITELIB}/,' | ${XARGS} -n 1 ${INSTALL_DATA_DIR})
        (cd ${WRKDIR}; for f in `${FIND} Pmw -type f -print`; do \
            ${INSTALL_DATA} $$f ${PREFIX}/${PYSITELIB}/$$f; done)
        ${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC}



Home | Main Index | Thread Index | Old Index