diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-12-03 02:42:35 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-12-03 02:42:35 +0000 |
commit | 7d004051e50ea4154efa21c9f4f91d6b06f7c063 (patch) | |
tree | 1c6491e70742fdcd22ea51f1d375eb4fae320e06 /devel/pilrc | |
parent | 8117520a00bb74509cb8dc44065a40b7eef05e4d (diff) | |
download | pkgsrc-7d004051e50ea4154efa21c9f4f91d6b06f7c063.tar.gz |
s/tr/${TR}/g from Soren Jacobsen PR pkg/23631.
Diffstat (limited to 'devel/pilrc')
-rw-r--r-- | devel/pilrc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |