diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-05 01:58:49 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-05 01:58:49 +0000 |
commit | 77ae4727893bfb6b01834324a49bf7a9d7b6e0b0 (patch) | |
tree | 8f122f2e78d4785af10d78a2ad5b1cc45ca06e71 /mail/pgen | |
parent | 89960c218ac4afa94b5b080339c6ec3e495808eb (diff) | |
download | FreeBSD-ports-77ae4727893bfb6b01834324a49bf7a9d7b6e0b0.zip FreeBSD-ports-77ae4727893bfb6b01834324a49bf7a9d7b6e0b0.tar.gz |
Adjust regular expression to make it patching again.
Noticed on: bento
Diffstat (limited to 'mail/pgen')
-rw-r--r-- | mail/pgen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/pgen/Makefile b/mail/pgen/Makefile index 341c57d..bf33cb6 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> |