diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-05 01:58:49 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-05 01:58:49 +0000 |
commit | bab9877d31d751db71b061bc2bd32efefa812b27 (patch) | |
tree | dfea80cf274e977f4ef3f6842818b85c6d4b4dff /mail/pgen | |
parent | 3f58571aa5e1b26fbb6f3cb228d95710d59438cb (diff) | |
download | ports-bab9877d31d751db71b061bc2bd32efefa812b27.tar.gz ports-bab9877d31d751db71b061bc2bd32efefa812b27.zip |
Notes
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 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> |