From 558f2d386cc2fb507128c69e3123825cc9319f70 Mon Sep 17 00:00:00 2001
From: Edwin Groothuis <edwin@FreeBSD.org>
Date: Mon, 4 Nov 2002 01:56:21 +0000
Subject: PERL -> REINPLACE Noticed on: bento

---
 biology/gff2ps/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'biology/gff2ps')

diff --git a/biology/gff2ps/Makefile b/biology/gff2ps/Makefile
index 934b600582cb..d87036ccc09a 100644
--- a/biology/gff2ps/Makefile
+++ b/biology/gff2ps/Makefile
@@ -19,11 +19,12 @@ RUN_DEPENDS=	gawk:${PORTSDIR}/lang/gawk \
 
 GFF2PS_MAN=	MANUAL_GFF2PS_v0.96.ps
 PATCH_WRKSRC=	${WRKDIR}
+USE_REINPLACE=	yes
 
 NO_BUILD=	yes
 
 post-patch:
-	@${PERL} -pi -e 's,^#!/bin/bash,#!${LOCALBASE}/bin/bash,; \
+	@${REINPLACE_CMD} -e 's,^#!/bin/bash,#!${LOCALBASE}/bin/bash,; \
 		s,/usr/local/bin/gawk,${LOCALBASE}/bin/gawk,' ${WRKDIR}/gff2ps
 
 do-extract:
-- 
cgit v1.2.3