summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-05 01:58:49 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-05 01:58:49 +0000
commitbab9877d31d751db71b061bc2bd32efefa812b27 (patch)
treedfea80cf274e977f4ef3f6842818b85c6d4b4dff /mail
parentport needs perl to build -> USE_PERL5=yes (diff)
Adjust regular expression to make it patching again.
Noticed on: bento
Notes
Notes: svn path=/head/; revision=69494
Diffstat (limited to 'mail')
-rw-r--r--mail/pgen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/pgen/Makefile b/mail/pgen/Makefile
index 341c57d28e9f..bf33cb6bd5b0 100644
--- a/mail/pgen/Makefile
+++ b/mail/pgen/Makefile
@@ -20,7 +20,7 @@ NO_BUILD= yes
MAN1= pgen.1
post-patch:
- @${REINPLACE_CMD} -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>