summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2005-12-30 14:49:49 +0000
committerghen <ghen@pkgsrc.org>2005-12-30 14:49:49 +0000
commitddfccf7d7ac584072aa4d15fe5e1f9a82faaa4e6 (patch)
treea188d7c47d7519b97b31b529ef9a74217493ae74
parent0adc778b8ebf3efb4746a5346999fad4fc4d113e (diff)
downloadpkgsrc-ddfccf7d7ac584072aa4d15fe5e1f9a82faaa4e6.tar.gz
Pkglint: s/xargs/${XARGS}/. Ok by wiz.
-rw-r--r--editors/TeXmacs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/TeXmacs/Makefile b/editors/TeXmacs/Makefile
index 4b3d566882a..7fc93eb588a 100644
--- a/editors/TeXmacs/Makefile
+++ b/editors/TeXmacs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2005/11/11 18:50:24 tonio Exp $
+# $NetBSD: Makefile,v 1.51 2005/12/30 14:49:49 ghen Exp $
DISTNAME= TeXmacs-1.0.5.12-src
PKGNAME= ${DISTNAME:S/-src//}
@@ -40,7 +40,7 @@ SUBST_FILES.bash+= plugins/xypic/bin/tm_xypic
SUBST_SED.bash= -e 's,^\#!/bin/bash,\#!/bin/sh,'
pre-install:
- ${FIND} ${WRKSRC}/plugins/ . -name '*.orig' | xargs ${RM}
+ ${FIND} ${WRKSRC}/plugins/ . -name '*.orig' | ${XARGS} ${RM}
.include "../../converters/libiconv/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"