summaryrefslogtreecommitdiff
path: root/graphics/camediaplay
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@FreeBSD.org>1997-07-13 17:42:12 +0000
committerJun-ichiro itojun Hagino <itojun@FreeBSD.org>1997-07-13 17:42:12 +0000
commit4ffd8e53cbcf1c30cc028f105c4d8e5278de0973 (patch)
tree7cb48b2c537fda8481cde153ca38d96e3b960504 /graphics/camediaplay
parentthe original distribution has updated to version 970703. (diff)
tiny change related to displaying pkg/MESSAGES.
Notes
Notes: svn path=/head/; revision=7301
Diffstat (limited to 'graphics/camediaplay')
-rw-r--r--graphics/camediaplay/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/camediaplay/Makefile b/graphics/camediaplay/Makefile
index dc0f56ea6703..7e6ae70222dc 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.1.1.1 1997/05/20 06:28:56 asami Exp $
+# $Id: Makefile,v 1.2 1997/07/13 17:38:10 itojun Exp $
#
DISTNAME= camediaplay-970703
@@ -25,6 +25,6 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/../$$i \
${PREFIX}/share/doc/camediaplay; \
done
- ${CAT} ${PKGDIR}/MESSAGE
+ sed -e 's@\/usr\/local@${PREFIX}@' < ${PKGDIR}/MESSAGE
.include <bsd.port.mk>