From cfe7609671875357882664d5cd5061db39f5d1e3 Mon Sep 17 00:00:00 2001 From: trevor Date: Tue, 17 Feb 2004 07:36:03 +0000 Subject: Use sed instead of in-place sed, and be quiet about it. --- www/wb0/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/wb0') diff --git a/www/wb0/Makefile b/www/wb0/Makefile index 21caca9ec901..c7cf60c503b2 100644 --- a/www/wb0/Makefile +++ b/www/wb0/Makefile @@ -24,12 +24,12 @@ DOCDIR= share/doc/${PORTNAME} DOCS= AUTHORS Changelog README ONLY_FOR_ARCHS= i386 PLIST= ${WRKDIR}/pkg-plist -USE_REINPLACE= yes post-patch: - ${REINPLACE_CMD} -e 's|/etc/wb0|${LOCALBASE}/etc|g ; \ + @${MV} ${WRKSRC}/wb0.c ${WRKSRC}/wb0.c.orig + @${SED} -e 's|/etc/wb0|${LOCALBASE}/etc|g ; \ s|/usr/local/src/wb0/font/bit|${LOCALBASE}/share/wb0/|g' \ - ${WRKSRC}/wb0.c + < ${WRKSRC}/wb0.c.orig > ${WRKSRC}/wb0.c pre-install: ${ECHO_CMD} bin/wb0 > ${PLIST} -- cgit