summaryrefslogtreecommitdiff
path: root/news/dnews/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-23 16:42:16 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-23 16:42:16 +0000
commitb152e773ac9d00bd31fdbbdf78c2ce29fa5c42ce (patch)
tree0242443d005095a6379ed1ed5b6b81588f96865d /news/dnews/Makefile
parent${PERL} -> ${REINPLACE_CMD} (diff)
${PERL} -> ${REINPLACE_CMD}
PR: 39702, 39704 Submitted by: Scott Flatman <sf@dsinw.com>
Notes
Notes: svn path=/head/; revision=61827
Diffstat (limited to '')
-rw-r--r--news/dnews/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/news/dnews/Makefile b/news/dnews/Makefile
index 863fb4a225e0..2eda67b3e5dc 100644
--- a/news/dnews/Makefile
+++ b/news/dnews/Makefile
@@ -19,12 +19,13 @@ NO_CDROM= "no answer yet, if we are allowed to put it onto CDROM"
RESTRICTED= "only free for non-profit organisations"
NO_PACKAGE= "${RESTRICTED}"
IS_INTERACTIVE= yes
+USE_REINPLACE= yes
NO_BUILD= yes
post-configure:
- @${PERL} -pi -e "s|df -k|/bin/df -k|" ${WRKSRC}/dnews.conf
- @${PERL} -pi -e "s|lib/sendmail|sbin/sendmail|" ${WRKSRC}/dnews.conf
+ @${REINPLACE_CMD} -e "s|df -k|/bin/df -k|" ${WRKSRC}/dnews.conf
+ @${REINPLACE_CMD} -e "s|lib/sendmail|sbin/sendmail|" ${WRKSRC}/dnews.conf
do-install:
@( cd ${WRKSRC}; ./dnews_setup )