diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-08-14 17:23:25 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-08-14 17:23:25 +0000 |
commit | cea3dee84333d0587d8f6585370df6637fe66561 (patch) | |
tree | b3389a87e2710fb125be32142bd806fd45d4e294 | |
parent | d422d679fd2b1e40a61314b87f6409d5660bda55 (diff) | |
download | ports-cea3dee84333d0587d8f6585370df6637fe66561.tar.gz ports-cea3dee84333d0587d8f6585370df6637fe66561.zip |
Notes
-rw-r--r-- | audio/linux-realplayer/Makefile | 6 | ||||
-rw-r--r-- | multimedia/linux-realplayer/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/audio/linux-realplayer/Makefile b/audio/linux-realplayer/Makefile index bec5467df208..2d557ffc6d14 100644 --- a/audio/linux-realplayer/Makefile +++ b/audio/linux-realplayer/Makefile @@ -3,7 +3,7 @@ # Date created: 31 January 1999 # Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au> # -# $Id: Makefile,v 1.4 1999/07/21 14:55:27 marcel Exp $ +# $Id: Makefile,v 1.5 1999/08/09 06:27:12 fenner Exp $ # DISTNAME= rv50_linux20 @@ -31,10 +31,10 @@ DATAFILES= License.txt Mailcap Mime.types RAObserver.class \ .if !exists(${DISTDIR}/${DISTNAME}.tar.gz) IGNORE= may not be automatically fetched due to licensing\ - restrictions. You MUST fetch the source manually after\ + restrictions. You MUST manually fetch the Linux ELF version after\ reading and agreeing to the license at:\ http://www.real.com/products/player/50player/downloadrealplayer.html?wp=dl1198&src=download\ - - once ${DISTFILES}.tar.gz has been downloaded, move it to\ + - once ${DISTFILES} has been downloaded, move it to\ ${DISTDIR} and then restart this build. .endif diff --git a/multimedia/linux-realplayer/Makefile b/multimedia/linux-realplayer/Makefile index bec5467df208..2d557ffc6d14 100644 --- a/multimedia/linux-realplayer/Makefile +++ b/multimedia/linux-realplayer/Makefile @@ -3,7 +3,7 @@ # Date created: 31 January 1999 # Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au> # -# $Id: Makefile,v 1.4 1999/07/21 14:55:27 marcel Exp $ +# $Id: Makefile,v 1.5 1999/08/09 06:27:12 fenner Exp $ # DISTNAME= rv50_linux20 @@ -31,10 +31,10 @@ DATAFILES= License.txt Mailcap Mime.types RAObserver.class \ .if !exists(${DISTDIR}/${DISTNAME}.tar.gz) IGNORE= may not be automatically fetched due to licensing\ - restrictions. You MUST fetch the source manually after\ + restrictions. You MUST manually fetch the Linux ELF version after\ reading and agreeing to the license at:\ http://www.real.com/products/player/50player/downloadrealplayer.html?wp=dl1198&src=download\ - - once ${DISTFILES}.tar.gz has been downloaded, move it to\ + - once ${DISTFILES} has been downloaded, move it to\ ${DISTDIR} and then restart this build. .endif |