summaryrefslogtreecommitdiff
path: root/multimedia/realplayer-codecs/Makefile
diff options
context:
space:
mode:
authorhira <hira>2005-06-06 16:19:53 +0000
committerhira <hira>2005-06-06 16:19:53 +0000
commitaba96bb2f82c4b0d85129e9df8e5d99d1a46c49b (patch)
treee9b85cf5c900ef07b3e13ef6cc0f2956b249d14d /multimedia/realplayer-codecs/Makefile
parentc07e4a992a8d13f74ddb91982b5117fbc62ad745 (diff)
downloadpkgsrc-aba96bb2f82c4b0d85129e9df8e5d99d1a46c49b.tar.gz
Don't install README file (alpha and ppc).
Diffstat (limited to 'multimedia/realplayer-codecs/Makefile')
-rw-r--r--multimedia/realplayer-codecs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/realplayer-codecs/Makefile b/multimedia/realplayer-codecs/Makefile
index 8641f950ff3..51d955b1e5c 100644
--- a/multimedia/realplayer-codecs/Makefile
+++ b/multimedia/realplayer-codecs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/04/23 10:32:16 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2005/06/06 16:19:53 hira Exp $
#
DISTNAME= rp8codecs${RP_ARCH}-20050115
@@ -38,6 +38,6 @@ NO_SRC_ON_FTP= ${RESTRICTED}
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/RealPlayer8-Codecs
- ${INSTALL_DATA} ${WRKSRC}/* ${PREFIX}/lib/RealPlayer8-Codecs
+ ${INSTALL_DATA} ${WRKSRC}/*.so.*.* ${PREFIX}/lib/RealPlayer8-Codecs
.include "../../mk/bsd.pkg.mk"