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 /news/slrn | |
parent | 3ff37e385bb15e608586b24278ba3dde9ea57151 (diff) | |
download | ports-37f2224fa6a14520df830ae1daeba9b877daa347.tar.gz ports-37f2224fa6a14520df830ae1daeba9b877daa347.zip |
Notes
Diffstat (limited to 'news/slrn')
-rw-r--r-- | news/slrn/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index 14321852f082..60341774e3eb 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -25,6 +25,7 @@ LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang \ USE_BZIP2= yes USE_GMAKE= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-ipv6 --disable-inews --with-slrnpull \ @@ -41,7 +42,7 @@ ALL_TARGET= all MAN1= slrn.1 slrnpull.1 post-patch: - @${PERL} -pi -e 's,/usr/lib/sendmail,/usr/sbin/sendmail,' \ + @${REINPLACE_CMD} -e 's,/usr/lib/sendmail,/usr/sbin/sendmail,' \ ${WRKSRC}/src/slrnfeat.h do-install: |