From 076399b59945682d4b7e91d2fe8f4fdf2995361c Mon Sep 17 00:00:00 2001 From: Jun-ichiro itojun Hagino Date: Sun, 13 Jul 1997 17:43:05 +0000 Subject: i'm sorry. s/sed/${SED}/ --- graphics/camediaplay/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/camediaplay/Makefile b/graphics/camediaplay/Makefile index 7e6ae70222dc..21fa10b3d1df 100644 --- a/graphics/camediaplay/Makefile +++ b/graphics/camediaplay/Makefile @@ -3,7 +3,7 @@ # Date created: 2 May 1997 # Whom: Jun-ichiro itojun Itoh # -# $Id: Makefile,v 1.2 1997/07/13 17:38:10 itojun Exp $ +# $Id: Makefile,v 1.3 1997/07/13 17:42:12 itojun Exp $ # DISTNAME= camediaplay-970703 @@ -25,6 +25,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/../$$i \ ${PREFIX}/share/doc/camediaplay; \ done - sed -e 's@\/usr\/local@${PREFIX}@' < ${PKGDIR}/MESSAGE + ${SED} -e 's@\/usr\/local@${PREFIX}@' < ${PKGDIR}/MESSAGE .include -- cgit v1.2.3