diff options
author | ghen <ghen> | 2005-12-30 14:49:49 +0000 |
---|---|---|
committer | ghen <ghen> | 2005-12-30 14:49:49 +0000 |
commit | 0274d026a0125ede84f00f06cf710a334325bf7f (patch) | |
tree | a188d7c47d7519b97b31b529ef9a74217493ae74 /editors | |
parent | 7bac61e7fe310ddeb52754385f06dcafa57aaea9 (diff) | |
download | pkgsrc-0274d026a0125ede84f00f06cf710a334325bf7f.tar.gz |
Pkglint: s/xargs/${XARGS}/. Ok by wiz.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/TeXmacs/Makefile | 4 |
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" |