diff options
author | tron <tron@pkgsrc.org> | 1999-09-01 18:33:34 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-09-01 18:33:34 +0000 |
commit | 4fd29bc7051db83a2dc926fb09439a3f7c77602d (patch) | |
tree | 5b95edd9813f407f0c375806a34b9dc139cf2332 /audio | |
parent | 2bb701189752e53d6d68a5a83fb96db825e17bb0 (diff) | |
download | pkgsrc-4fd29bc7051db83a2dc926fb09439a3f7c77602d.tar.gz |
Let "do-fetch" target fail if distribution file is not available.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rvplayer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/rvplayer/Makefile b/audio/rvplayer/Makefile index 6e341bc3ecc..3edf0974bb2 100644 --- a/audio/rvplayer/Makefile +++ b/audio/rvplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/08/29 01:32:27 jlam Exp $ +# $NetBSD: Makefile,v 1.2 1999/09/01 18:33:34 tron Exp $ # DISTNAME= rv50_linux20 @@ -31,6 +31,7 @@ do-fetch: ${ECHO_MSG} " ${DISTDIR} from"; \ ${ECHO_MSG} " http://www.real.com/products/player/downloadrealplayer.html."; \ ${ECHO_MSG} "==============================================================="; \ + ${FALSE}; \ fi do-build: |