From 2c8df5035aeb4468afa806f4bf07420093c7d5b9 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Wed, 3 Dec 2003 02:42:35 +0000 Subject: s/tr/${TR}/g from Soren Jacobsen PR pkg/23631. --- devel/pilrc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/pilrc') diff --git a/devel/pilrc/Makefile b/devel/pilrc/Makefile index 34dbd04f9f3..762f7ff1a04 100644 --- a/devel/pilrc/Makefile +++ b/devel/pilrc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2003/07/21 16:43:44 martti Exp $ +# $NetBSD: Makefile,v 1.18 2003/12/03 02:42:35 xtraeme Exp $ # DISTNAME= pilrc-2.9p9 @@ -48,7 +48,7 @@ PLIST_SUBST+= PILRCUI='@comment ' # ${CHMOD} +x ${WRKSRC}/missing pre-patch: - cd ${WRKSRC} && tr -d '\015' < ${DISTDIR}/${DIFFS} \ + cd ${WRKSRC} && ${TR} -d '\015' < ${DISTDIR}/${DIFFS} \ | ${PATCH} --quiet -p1 post-install: ${INSTALL_DATA_DIR} ${DOCDIR} ${DOCDIR}/images -- cgit v1.2.3