diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-07-13 17:43:05 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-07-13 17:43:05 +0000 |
commit | 076399b59945682d4b7e91d2fe8f4fdf2995361c (patch) | |
tree | 0d663169045070d33327422bddf28f8ee5296523 /graphics/camediaplay | |
parent | 4ffd8e53cbcf1c30cc028f105c4d8e5278de0973 (diff) | |
download | ports-076399b59945682d4b7e91d2fe8f4fdf2995361c.tar.gz ports-076399b59945682d4b7e91d2fe8f4fdf2995361c.zip |
Notes
Diffstat (limited to 'graphics/camediaplay')
-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 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> |