pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/RealPlayerGold Users are not expected to re...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a8194c4f74e
branches:  trunk
changeset: 533956:4a8194c4f74e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Oct 09 13:11:28 2007 +0000

description:
Users are not expected to read this code.

diffstat:

 multimedia/RealPlayerGold/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3a8299f06e8d -r 4a8194c4f74e multimedia/RealPlayerGold/Makefile
--- a/multimedia/RealPlayerGold/Makefile        Tue Oct 09 12:49:23 2007 +0000
+++ b/multimedia/RealPlayerGold/Makefile        Tue Oct 09 13:11:28 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2007/07/29 05:19:45 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2007/10/09 13:11:28 rillig Exp $
 #
 
 DISTNAME=              RealPlayer10GOLD
@@ -49,7 +49,7 @@
 # errors vs. out-of-date-pkgsrc errors.
 #
 post-fetch:
-       ver=`file ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | ${SED} -e 's;.*Player-;;g'  -e 's;-;.;g'` ; \
+       ${RUN} ver=`file ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | ${SED} -e 's;.*Player-;;g'  -e 's;-;.;g'` ; \
                if [ "$$ver" != "${PKGVER}" ] ; then \
                        ${ECHO} "It appears that real.com has made a new version ($$ver) available so this" ; \
                        ${ECHO} "package will need updating to work correctly.  That likely the reason for" ; \



Home | Main Index | Thread Index | Old Index