pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/realplayer Improve _FETCH_MESSAGE for the a...
details: https://anonhg.NetBSD.org/pkgsrc/rev/90de8b423448
branches: trunk
changeset: 468969:90de8b423448
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Feb 18 09:11:08 2004 +0000
description:
Improve _FETCH_MESSAGE for the additional distfile.
diffstat:
multimedia/realplayer/Makefile | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r ef128d67c7da -r 90de8b423448 multimedia/realplayer/Makefile
--- a/multimedia/realplayer/Makefile Wed Feb 18 07:55:51 2004 +0000
+++ b/multimedia/realplayer/Makefile Wed Feb 18 09:11:08 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/02/17 19:24:42 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2004/02/18 09:11:08 wiz Exp $
PKGNAME= realplayer-8.0.1
PKGREVISION= 1
@@ -67,7 +67,15 @@
${ECHO} "==============================================================="; \
${ECHO} " RealPlayer 8 (Self-Extracting) must be fetched"; \
${ECHO} " into ${DISTDIR} from"; \
- ${ECHO} " ${DOWNLOAD}."; \
+ ${ECHO} " ${DOWNLOAD}.";
+.if defined(EXTRA_DIST)
+_FETCH_MESSAGE+= \
+ ${ECHO} " You also need the file ${EXTRA_DIST} which you can"; \
+ ${ECHO} " get following the"; \
+ ${ECHO} " \`\`free RealVideo 9 codec upgrade package'' link"; \
+ ${ECHO} " on the same page.";
+.endif
+_FETCH_MESSAGE+= \
${ECHO} "==============================================================="
pre-extract:
Home |
Main Index |
Thread Index |
Old Index