diff options
author | billf <billf@FreeBSD.org> | 2000-07-07 12:02:59 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2000-07-07 12:02:59 +0800 |
commit | c5c686d3d6ebc1673b0dfb206a586f8fbf0821c2 (patch) | |
tree | a81e47a6e85bf9584b01c66aec9b5e9d7e02d9d0 /multimedia/mtv/Makefile | |
parent | 14822c3b7dfccba55040834a6301cb6988a84a9b (diff) | |
download | freebsd-ports-graphics-c5c686d3d6ebc1673b0dfb206a586f8fbf0821c2.tar.gz freebsd-ports-graphics-c5c686d3d6ebc1673b0dfb206a586f8fbf0821c2.tar.zst freebsd-ports-graphics-c5c686d3d6ebc1673b0dfb206a586f8fbf0821c2.zip |
Upgrade to 1.1.1.3 and use ${PORTVERSION} stuff to make this easier to
upgrade in the future.
Approved by: kris (MAINTAINER)
Diffstat (limited to 'multimedia/mtv/Makefile')
-rw-r--r-- | multimedia/mtv/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/multimedia/mtv/Makefile b/multimedia/mtv/Makefile index 1fbd369a37a..dc6da0ef6a4 100644 --- a/multimedia/mtv/Makefile +++ b/multimedia/mtv/Makefile @@ -6,17 +6,16 @@ # PORTNAME= mtv -PORTVERSION= 1.1.1.1 - +PORTVERSION= 1.1.1.3 CATEGORIES= graphics linux MASTER_SITES= ftp://ftp.mpegtv.com/pub/mpeg/mpegtv/player/x86-unknown-linux-glibc/packages/TGZ/ -DISTFILES= mtv-1.1.1.1.tar.gz libSDLx11.so.tar.gz +DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz libSDLx11.so.tar.gz MAINTAINER= kris@FreeBSD.org RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base -EXTRACT_ONLY= mtv-1.1.1.1.tar.gz +EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}.tar.gz NO_PACKAGE= "No redistribution" NO_CDROM= "No redistribution" NO_BUILD= yes |