From 8d6f14a9b2d73e9a9cbd3f785b162547d769b53a Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Sat, 28 Aug 1999 02:17:34 +0000 Subject: sed -> ${SED} --- math/snns/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/snns/Makefile') diff --git a/math/snns/Makefile b/math/snns/Makefile index 6441609e725b..f999c9f04ddb 100644 --- a/math/snns/Makefile +++ b/math/snns/Makefile @@ -17,7 +17,7 @@ USE_XLIB= yes post-configure: @(cd ${WRKSRC} && ./configure < options.FreeBSD) - @(sed -e "s#%prefix%#${PREFIX}#g" < ${FILESDIR}/snns > ${WRKSRC}/snns) + @(${SED} -e "s#%prefix%#${PREFIX}#g" < ${FILESDIR}/snns > ${WRKSRC}/snns) do-build: @(cd ${WRKSRC} && ./build all) -- cgit v1.2.3