diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 02:35:01 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 02:35:01 +0000 |
commit | 6097f03e914afc72ab11bca0cf311ad5f1fd15e3 (patch) | |
tree | a7f557a98d36da0017550c4118cccf1e4d496c25 /sysutils/44bsd-more | |
parent | a6429924fc57a145369eb5b2d3d0f45c65656b19 (diff) | |
download | ports-6097f03e914afc72ab11bca0cf311ad5f1fd15e3.tar.gz ports-6097f03e914afc72ab11bca0cf311ad5f1fd15e3.zip |
Notes
Diffstat (limited to 'sysutils/44bsd-more')
-rw-r--r-- | sysutils/44bsd-more/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/44bsd-more/Makefile b/sysutils/44bsd-more/Makefile index 68d99f511459..6e1de6cf9edb 100644 --- a/sysutils/44bsd-more/Makefile +++ b/sysutils/44bsd-more/Makefile @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= hoek MAINTAINER= hoek@FreeBSD.org USE_BZIP2= yes +USE_REINPLACE= yes NO_WRKSUBDIR= yes MAN1= 44bsd-more.1 @@ -25,7 +26,7 @@ post-extract: -cd ${WRKSRC} && co -d${RELDATE} RCS/*,v post-patch: - ${PERL} -pi.orig -e \ + ${REINPLACE_CMD} -e \ 's!/usr/share/misc/more.help!${PREFIX}/share/misc/44bsd-more.help!'\ ${WRKSRC}/pathnames.h ${CP} ${FILESDIR}/queue.h ${WRKSRC} |