summaryrefslogtreecommitdiff
path: root/editors
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
commitd4d4ff95b70abdd9be644ee6d515a91dfc09cbcf (patch)
treea188d7c47d7519b97b31b529ef9a74217493ae74 /editors
parentd868ab279167fb1211457df832931768cd6dbe7b (diff)
downloadpkgsrc-d4d4ff95b70abdd9be644ee6d515a91dfc09cbcf.tar.gz
Pkglint: s/xargs/${XARGS}/. Ok by wiz.
Diffstat (limited to 'editors')
-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"