diff options
author | rillig <rillig@pkgsrc.org> | 2007-10-09 13:11:28 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-10-09 13:11:28 +0000 |
commit | 8e3e154187b7415538971fec61beaa13ddad853e (patch) | |
tree | bf4417c0b0e0eabba74160f116c65e82879c141e /multimedia/RealPlayerGold | |
parent | feb1668cdf022db6b97990e5afe3d1b89748c8be (diff) | |
download | pkgsrc-8e3e154187b7415538971fec61beaa13ddad853e.tar.gz |
Users are not expected to read this code.
Diffstat (limited to 'multimedia/RealPlayerGold')
-rw-r--r-- | multimedia/RealPlayerGold/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/RealPlayerGold/Makefile b/multimedia/RealPlayerGold/Makefile index 0137223f6aa..47b9259180a 100644 --- a/multimedia/RealPlayerGold/Makefile +++ b/multimedia/RealPlayerGold/Makefile @@ -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 @@ SUBST_MESSAGE.paths= Fixing hardcoded paths. # 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" ; \ |