diff options
-rw-r--r-- | graphics/camediaplay/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/camediaplay/Makefile b/graphics/camediaplay/Makefile index 7e6ae70222d..21fa10b3d1d 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> |