summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"