summaryrefslogtreecommitdiff
path: root/mail/pgen
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 05:46:38 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 05:46:38 +0000
commit37f2224fa6a14520df830ae1daeba9b877daa347 (patch)
tree13d3d367b0967ab3adcc2ce528bfe1e770b4d48e /mail/pgen
parent- reorder patches (diff)
PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
Notes
Notes: svn path=/head/; revision=69436
Diffstat (limited to 'mail/pgen')
-rw-r--r--mail/pgen/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/pgen/Makefile b/mail/pgen/Makefile
index e165552527f2..341c57d28e9f 100644
--- a/mail/pgen/Makefile
+++ b/mail/pgen/Makefile
@@ -13,13 +13,14 @@ MASTER_SITES= http://www.myrddin.demon.co.uk/dist/
MAINTAINER= petef@FreeBSD.org
GNU_CONFIGURE= yes
+USE_REINPLACE= yes
NO_BUILD= yes
MAN1= pgen.1
post-patch:
- @${PERL} -pi -e 's!\{INSTALL_PROGRAM\}!\{INSTALL_SCRIPT\}!g' \
+ @${REINPLACE_CMD} -e 's!\{INSTALL_PROGRAM\}!\{INSTALL_SCRIPT\}!g' \
${WRKSRC}/configure ${WRKSRC}/Makefile.in
.include <bsd.port.mk>