aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoritojun <itojun@FreeBSD.org>1997-07-14 01:43:05 +0800
committeritojun <itojun@FreeBSD.org>1997-07-14 01:43:05 +0800
commit0a12895c5a1bf7189d7dac551c80f5cec3336367 (patch)
treec0e5dbb5519323d791edf1b973276c1378ab5dc0 /graphics
parent9193f0a1a4feedff442a6503a27442cc427e1d58 (diff)
downloadfreebsd-ports-gnome-0a12895c5a1bf7189d7dac551c80f5cec3336367.tar.gz
freebsd-ports-gnome-0a12895c5a1bf7189d7dac551c80f5cec3336367.tar.zst
freebsd-ports-gnome-0a12895c5a1bf7189d7dac551c80f5cec3336367.zip
i'm sorry.
s/sed/${SED}/
Diffstat (limited to 'graphics')
-rw-r--r--graphics/camediaplay/Makefile4
1 files 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 <itojun@itojun.org>
#
-# $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 <bsd.port.mk>