diff options
Diffstat (limited to 'audio/linux-realplayer/Makefile')
-rw-r--r-- | audio/linux-realplayer/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/linux-realplayer/Makefile b/audio/linux-realplayer/Makefile index d3209cafdec7..7c35c2f725e8 100644 --- a/audio/linux-realplayer/Makefile +++ b/audio/linux-realplayer/Makefile @@ -6,7 +6,7 @@ # PORTNAME= linux-realplayer -PORTVERSION= 8.cs1 +PORTVERSION= 8.cs2 CATEGORIES= audio graphics linux MASTER_SITES= # fetch manually DISTNAME= rp${PORTVERSION:R}_linux20_libc6_i386_${PORTVERSION:E} @@ -25,7 +25,9 @@ WRKSRC= ${WRKDIR}/usr/lib/RealPlayer${PORTVERSION:R} PLUGINSDIR= ${PREFIX}/lib/netscape-linux/plugins RABINDIR= ${PREFIX}/bin -STRIP= # Linux binary should not be stripped by INSTALL_PROGRAM as it uses /usr/bin/strip which then brands the binary as a FreeBSD ELF one. +# Linux binary should not be stripped by INSTALL_PROGRAM +# because as a side effect it brands the binary as FreeBSD. +STRIP= .include <bsd.port.pre.mk> @@ -33,7 +35,7 @@ STRIP= # Linux binary should not be stripped by INSTALL_PROGRAM as it uses /usr IGNORE= may not be automatically fetched due to licensing\ restrictions. You MUST manually fetch the Linux RPM version after\ reading and agreeing to the license at:\ - http://www.real.com/player/ \ + http://www.real.com/ \ - once ${DISTFILES} has been downloaded, move it to\ ${DISTDIR} and then restart this build. .endif |