From 78b62cc653730b933be74caab1d62b3c8a07f40c Mon Sep 17 00:00:00 2001 From: zuntum Date: Mon, 1 Oct 2001 06:35:58 +0000 Subject: Use REPLACE_PERL instead of SED/MV --- misc/loco/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'misc/loco') diff --git a/misc/loco/Makefile b/misc/loco/Makefile index b9f7cd110cd..c709d908c0c 100644 --- a/misc/loco/Makefile +++ b/misc/loco/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/03/24 19:37:10 zuntum Exp $ +# $NetBSD: Makefile,v 1.4 2001/10/01 06:35:58 zuntum Exp $ # DISTNAME= loco-0.32 @@ -10,12 +10,8 @@ HOMEPAGE= http://zjuul.net/~jules/loco/ COMMENT= Colorize file or standard input and print on the standard output USE_PERL5= YES +REPLACE_PERL= loco ALL_TARGET= # defined -post-patch: - ${SED} "s,/usr/bin/perl,${LOCALBASE}/bin/perl,g" \ - ${WRKSRC}/loco > ${WRKSRC}/loco.done - ${MV} ${WRKSRC}/loco.done ${WRKSRC}/loco - .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3