summaryrefslogtreecommitdiff
path: root/biology/gff2ps
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 01:56:21 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 01:56:21 +0000
commit558f2d386cc2fb507128c69e3123825cc9319f70 (patch)
treea4bf1558c72e69722c0115ae135fe79117b35041 /biology/gff2ps
parentPort needs Perl to build. (diff)
PERL -> REINPLACE
Noticed on: bento
Notes
Notes: svn path=/head/; revision=69421
Diffstat (limited to 'biology/gff2ps')
-rw-r--r--biology/gff2ps/Makefile3
1 files changed, 2 insertions, 1 deletions
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: