diff options
author | lofi <lofi@FreeBSD.org> | 2006-02-08 01:22:25 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2006-02-08 01:22:25 +0800 |
commit | b7fc351009a9e97dcd443617c03c73be8fd00346 (patch) | |
tree | 8cb235989ee016250e12b27cfa1f16798bb3f5db /audio/akode-plugins-mpeg | |
parent | 98c4ee98c81b4fc5fad78617c720a71a8a372b43 (diff) | |
download | freebsd-ports-gnome-b7fc351009a9e97dcd443617c03c73be8fd00346.tar.gz freebsd-ports-gnome-b7fc351009a9e97dcd443617c03c73be8fd00346.tar.zst freebsd-ports-gnome-b7fc351009a9e97dcd443617c03c73be8fd00346.zip |
fetch(1) is stupid (force refetch instead of trying and failing to resume
downloads).
Diffstat (limited to 'audio/akode-plugins-mpeg')
-rw-r--r-- | audio/akode-plugins-mpeg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/akode-plugins-mpeg/Makefile b/audio/akode-plugins-mpeg/Makefile index acb39e0102fe..5d1978bfb38b 100644 --- a/audio/akode-plugins-mpeg/Makefile +++ b/audio/akode-plugins-mpeg/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= mad:${PORTSDIR}/audio/libmad CONFLICTS= kdemultimedia-3.[1-3]* -FETCH_CMD= /usr/bin/fetch -Rr +FETCH_CMD= /usr/bin/fetch PLUGIN= mpeg_decoder PORTNAMESUFX= ${PLUGIN:S/_sink//:S/_decoder//:S/src_//} |