diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-23 06:09:20 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-23 06:09:20 +0000 |
commit | 038aa61ae299032e85b4a76ca6d942342910586d (patch) | |
tree | 22dce952e5fa1d70aa252798b264b1290df3ed5c /news/xrn/Makefile | |
parent | f49e28aae290d50810cdb1fac09ad61c96a83b29 (diff) |
Notes
Diffstat (limited to 'news/xrn/Makefile')
-rw-r--r-- | news/xrn/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/xrn/Makefile b/news/xrn/Makefile index 59b697e7b48d..bf05aaa99dd5 100644 --- a/news/xrn/Makefile +++ b/news/xrn/Makefile @@ -14,6 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes USE_IMAKE= yes MAN1= xrn.1 MANCOMPRESSED= no @@ -22,7 +23,7 @@ XFREE86_HTML_MAN= no DOCS= COMMON-PROBLMS COPYRIGHT CREDITS ChangeLog post-patch: - @${PERL} -pi -e "s|^#error.+||g; \ + @${REINPLACE_CMD} -E -e "s|^#error.+||g; \ s|/usr/lib/sendmail|/usr/sbin/sendmail|g;" ${WRKSRC}/config.h do-install: |