Subject: pkg/23631: devel/pilrc uses tr instead of ${TR}
To: None <gnats-bugs@gnats.netbsd.org>
From: None <snj@pobox.com>
List: netbsd-bugs
Date: 12/03/2003 02:39:06
>Number:         23631
>Category:       pkg
>Synopsis:       devel/pilrc uses tr instead of ${TR}
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Dec 03 02:40:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Soren Jacobsen
>Release:        NetBSD 1.6.1
>Organization:
>Environment:
Bleedingest (new word!) edge pkgsrc.
>Description:
>How-To-Repeat:
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/pilrc/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile	2003/07/21 16:43:44	1.17
+++ Makefile	2003/12/03 02:34:05
@@ -48,7 +48,7 @@
 #	${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
>Release-Note:
>Audit-Trail:
>Unformatted: