i'm sorry.

s/sed/${SED}/
This commit is contained in:
Jun-ichiro itojun Hagino 1997-07-13 17:43:05 +00:00
parent 4ffd8e53cb
commit 076399b599
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7302

View file

@ -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>