diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 05:46:38 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 05:46:38 +0000 |
commit | 37f2224fa6a14520df830ae1daeba9b877daa347 (patch) | |
tree | 13d3d367b0967ab3adcc2ce528bfe1e770b4d48e /mail/pgen | |
parent | 3ff37e385bb15e608586b24278ba3dde9ea57151 (diff) |
Notes
Diffstat (limited to 'mail/pgen')
-rw-r--r-- | mail/pgen/Makefile | 3 |
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> |