i'm sorry.
s/sed/${SED}/
This commit is contained in:
parent
4ffd8e53cb
commit
076399b599
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7302
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue