From 56b63875d172e2d1e9504d4c1e01030ff32b6f81 Mon Sep 17 00:00:00 2001 From: zuntum Date: Mon, 28 Jan 2002 17:44:48 +0000 Subject: sed -> ${SED} --- mail/qmail-conf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail') diff --git a/mail/qmail-conf/Makefile b/mail/qmail-conf/Makefile index f40e2606123..57ef99422b2 100644 --- a/mail/qmail-conf/Makefile +++ b/mail/qmail-conf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/01/28 17:36:53 zuntum Exp $ +# $NetBSD: Makefile,v 1.12 2002/01/28 17:44:48 zuntum Exp $ # DISTNAME= qmail-conf-0.60 @@ -29,7 +29,7 @@ post-patch: ${ECHO} ${CC} ${STRIPFLAG} > ${WRKSRC}/conf-ld # derive LOCALBASE from ${DIGEST}, because we have deliberately altered LOCALBASE # and there's no easy way to guess what the real LOCALBASE is - ${ECHO} ${DIGEST} | sed 's,/bin/digest,,' > ${WRKSRC}/conf-ucspi-tcp + ${ECHO} ${DIGEST} | ${SED} 's,/bin/digest,,' > ${WRKSRC}/conf-ucspi-tcp ${ECHO} ${QMAILDIR} > ${WRKSRC}/conf-qmail pre-build: -- cgit v1.2.3