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/nmh | |
parent | 3ff37e385bb15e608586b24278ba3dde9ea57151 (diff) | |
download | ports-37f2224fa6a14520df830ae1daeba9b877daa347.tar.gz ports-37f2224fa6a14520df830ae1daeba9b877daa347.zip |
Notes
Diffstat (limited to 'mail/nmh')
-rw-r--r-- | mail/nmh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index e8d0e28e2374..802ddc39a1b8 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -61,6 +61,7 @@ MASTER_SITE_SUBDIR= jkoshy MAINTAINER= scott+ports@sabami.seaslug.org +USE_REINPLACE= yes USE_AUTOCONF_VER=213 CONFIGURE_ARGS= --libdir=${PREFIX}/libexec/nmh \ --sysconfdir=${PREFIX}/etc/nmh @@ -109,7 +110,7 @@ MLINKS= mh-profile.5 mh_profile.5 MAN8= ap.8 conflict.8 dp.8 fmtdump.8 install-mh.8 mh-mts.8 post.8 post-patch: - @${PERL} -pi -e "s|autoconf|${AUTOCONF}|;\ + @${REINPLACE_CMD} -e "s|autoconf|${AUTOCONF}|;\ s|autoheader|${AUTOHEADER}|" ${WRKSRC}/Makefile.in post-install: |