From ca9c50a7e1a26f208c63f21a16055248e26a9d8e Mon Sep 17 00:00:00 2001 From: rillig Date: Wed, 17 May 2006 06:12:27 +0000 Subject: Fixed pkglint warnings. --- archivers/ppmd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archivers/ppmd/Makefile') diff --git a/archivers/ppmd/Makefile b/archivers/ppmd/Makefile index 2a45aae36b1..6859aeb3804 100644 --- a/archivers/ppmd/Makefile +++ b/archivers/ppmd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/02/19 11:30:47 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2006/05/17 06:12:27 rillig Exp $ # DISTNAME= ppmdi1 @@ -25,7 +25,7 @@ SUBST_CLASSES+= d2u SUBST_MESSAGE.d2u= Converting CRLF to LF. SUBST_STAGE.d2u= post-extract SUBST_FILES.d2u= * -SUBST_FILTER_CMD.d2u= tr -d '\015' +SUBST_FILTER_CMD.d2u= ${TR} -d '\015' do-install: ${INSTALL_PROGRAM} ${WRKSRC:Q}/ppmd ${PREFIX:Q}/bin -- cgit v1.2.3