summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lang')
-rw-r--r--lang/blackdown-jdk13/Makefile10
-rw-r--r--lang/fort77/Makefile4
-rw-r--r--lang/mercury/Makefile6
-rw-r--r--lang/smalleiffel/Makefile8
-rw-r--r--lang/sun-jdk13/Makefile4
-rw-r--r--lang/sun-jre13/Makefile4
6 files changed, 18 insertions, 18 deletions
diff --git a/lang/blackdown-jdk13/Makefile b/lang/blackdown-jdk13/Makefile
index f8bbc45c47f..2e3d5e02346 100644
--- a/lang/blackdown-jdk13/Makefile
+++ b/lang/blackdown-jdk13/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/05/11 09:15:43 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2001/05/19 03:56:36 jlam Exp $
#
DISTNAME= blackdown-jdk-1.3.0.nb2
@@ -41,8 +41,8 @@ post-fetch:
post-patch:
@${CP} ${WRKDIR}/libhpi.so \
${WRKSRC}/jre/lib/ppc/native_threads/libhpi.so
- @${FIND} ${WRKSRC} -name '*.orig' -print | xargs ${RM} -f
- @${FIND} ${WRKSRC} -name '*.1.gz' -print | xargs ${GUNZIP_CMD}
+ @${FIND} ${WRKSRC} -name '*.orig' -print | ${XARGS} ${RM} -f
+ @${FIND} ${WRKSRC} -name '*.1.gz' -print | ${XARGS} ${GUNZIP_CMD}
# This is ugly. The chown should happen after copying, ot tar should have
# a way to override permissions.
@@ -50,8 +50,8 @@ do-install:
${INSTALL_PROGRAM_DIR} ${JDK_HOME}
${CHOWN} -hR ${BINOWN}:${BINGRP} ${WRKSRC}
${CHMOD} -R uog+r ${WRKSRC}
- ${FIND} ${WRKSRC}/bin ${WRKSRC}/jre/bin -type f | xargs ${CHMOD} uog+rx
- ${FIND} ${WRKSRC} -type d | xargs ${CHMOD} uog+rx
+ ${FIND} ${WRKSRC}/bin ${WRKSRC}/jre/bin -type f | ${XARGS} ${CHMOD} uog+rx
+ ${FIND} ${WRKSRC} -type d | ${XARGS} ${CHMOD} uog+rx
${GTAR} -C ${WRKSRC} -cf- . | ${GTAR} -C ${JDK_HOME} -xpf-
.include "../../mk/bsd.pkg.mk"
diff --git a/lang/fort77/Makefile b/lang/fort77/Makefile
index 431a7c65c54..923714584cb 100644
--- a/lang/fort77/Makefile
+++ b/lang/fort77/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/02/17 09:07:06 agc Exp $
+# $NetBSD: Makefile,v 1.8 2001/05/19 03:56:36 jlam Exp $
#
DISTNAME= fort77-1.14a
@@ -27,7 +27,7 @@ ALL_TARGET= test
USE_PERL5= YES
post-patch:
- for f in `${FIND} ${WRKDIR} -type f -print|xargs ${GREP} -l '/usr'`; \
+ for f in `${FIND} ${WRKDIR} -type f -print | ${XARGS} ${GREP} -l '/usr'`; \
do \
${SED} -e 's:/usr:'${PREFIX}':g' <$$f >$$f.pdone && \
${MV} $$f.pdone $$f; \
diff --git a/lang/mercury/Makefile b/lang/mercury/Makefile
index 7b67e4b2173..5c131e9ebab 100644
--- a/lang/mercury/Makefile
+++ b/lang/mercury/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/05/15 21:09:44 jtb Exp $
+# $NetBSD: Makefile,v 1.2 2001/05/19 03:56:36 jlam Exp $
DISTNAME= mercury-compiler-0.10.1
PKGNAME= mercury-0.10.1
@@ -27,8 +27,8 @@ post-install:
${LN} -sf ${PREFIX}/lib/libgc.a \
${PREFIX}/lib/mercury/lib/${MACHINE_ARCH}--${LOWER_OPSYS}/libgc.a
${LN} -sf ${PREFIX}/include/gc.h ${PREFIX}/lib/mercury/inc/gc.h
- ${FIND} ${WRKSRC} -type d -name "CVS" | xargs ${RM} -fr
- ${FIND} ${WRKSRC} -type f -name ".cvsignore" | xargs ${RM} -f
+ ${FIND} ${WRKSRC} -type d -name "CVS" | ${XARGS} ${RM} -fr
+ ${FIND} ${WRKSRC} -type f -name ".cvsignore" | ${XARGS} ${RM} -f
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mercury
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${WRKSRC}/samples
(cd ${WRKSRC}/samples; ${GTAR} cpf - . ) | \
diff --git a/lang/smalleiffel/Makefile b/lang/smalleiffel/Makefile
index d5da81b7a02..4697bf2c4b9 100644
--- a/lang/smalleiffel/Makefile
+++ b/lang/smalleiffel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2001/02/27 21:36:07 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2001/05/19 03:56:37 jlam Exp $
#
DISTNAME= ${PKGNAME:S/smalleiffel/se/}
@@ -23,7 +23,7 @@ LIBDIR= ${PREFIX}/share/smalleiffel
LIBEXECDIR= ${PREFIX}/libexec/smalleiffel
post-extract:
- ${FIND} ${WRKSRC} -type f -print0 | xargs -0 ${CHMOD} 644
+ ${FIND} ${WRKSRC} -type f -print0 | ${XARGS} -0 ${CHMOD} 644
post-patch:
${CHMOD} +x ${WRKSRC}/misc/GC.SH
@@ -38,8 +38,8 @@ post-build:
pre-install:
${RM} -f ${WRKSRC}/sys/loadpath.*
- ${FIND} ${WRKSRC} -name ".gdb*" -print0 | xargs -0 ${RM} -f
- ${FIND} ${WRKSRC} -name "*.orig" -print0 | xargs -0 ${RM} -f
+ ${FIND} ${WRKSRC} -name ".gdb*" -print0 | ${XARGS} -0 ${RM} -f
+ ${FIND} ${WRKSRC} -name "*.orig" -print0 | ${XARGS} -0 ${RM} -f
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/smalleiffel.sh ${PREFIX}/bin/smalleiffel
diff --git a/lang/sun-jdk13/Makefile b/lang/sun-jdk13/Makefile
index f9d547bdfc1..460ef999c4a 100644
--- a/lang/sun-jdk13/Makefile
+++ b/lang/sun-jdk13/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/05/17 15:03:00 abs Exp $
+# $NetBSD: Makefile,v 1.6 2001/05/19 03:56:37 jlam Exp $
#
# MASTER_SITES is very special, and must end in "=":
@@ -47,7 +47,7 @@ post-extract:
@${RM} -rf ${WRKSRC}/jre
post-patch:
- @${FIND} ${WRKSRC} -name '*.orig' -print | xargs ${RM} -f
+ @${FIND} ${WRKSRC} -name '*.orig' -print | ${XARGS} ${RM} -f
# This is ugly. The chown should happen after copying, ot tar should have
# a way to override permissions.
diff --git a/lang/sun-jre13/Makefile b/lang/sun-jre13/Makefile
index e6737d60d89..21ff987b71a 100644
--- a/lang/sun-jre13/Makefile
+++ b/lang/sun-jre13/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/05/17 15:20:50 abs Exp $
+# $NetBSD: Makefile,v 1.8 2001/05/19 03:56:37 jlam Exp $
#
# MASTER_SITES is very special, and must end in "=":
@@ -42,7 +42,7 @@ post-fetch:
@${CHMOD} +x ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
post-patch:
- @${FIND} ${WRKSRC} -name '*.orig' -print | xargs ${RM} -f
+ @${FIND} ${WRKSRC} -name '*.orig' -print | ${XARGS} ${RM} -f
# This is ugly. The chown should happen after copying, or tar should have
# a way to override permissions.