From 1ec8af581044a0e102c1bfd827563728996481af Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sun, 15 Jun 2003 21:11:13 +0000 Subject: Do not install files that should not be installed. This fixes the playback problem with old codecs. --- multimedia/linux-realplayer/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'multimedia/linux-realplayer') diff --git a/multimedia/linux-realplayer/Makefile b/multimedia/linux-realplayer/Makefile index 2733b14e0a7c..85f63df769f1 100644 --- a/multimedia/linux-realplayer/Makefile +++ b/multimedia/linux-realplayer/Makefile @@ -7,7 +7,7 @@ PORTNAME= linux-realplayer PORTVERSION= 8.cs2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia audio linux MASTER_SITES= http://docs.real.com/docs/playerpatch/unix/:update DISTFILES= ${MAINDIST} ${UPDATEDIST:S/$/:update/} @@ -73,8 +73,8 @@ do-install: .endfor ${MKDIR} ${RADIR}/Plugins/ExtResources ${INSTALL_PROGRAM} ${WRKSRC}/Plugins/ExtResources/* ${RADIR}/Plugins/ExtResources/ - ${INSTALL_PROGRAM} ${WRKDIR}/rv9/codecs/*.so* ${RADIR}/Codecs/ - ${INSTALL_PROGRAM} ${WRKDIR}/rv9/plugins/*.so* ${RADIR}/Plugins/ + ${INSTALL_PROGRAM} ${WRKDIR}/rv9/codecs/drv4.so.6.0 ${RADIR}/Codecs/ + ${INSTALL_PROGRAM} ${WRKDIR}/rv9/codecs/rv40.so.6.0 ${RADIR}/Codecs/ ${LN} -sf ${RADIR}/realplay ${RABINDIR} -- cgit v1.2.3