diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-10-25 22:07:06 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-10-25 22:07:06 +0800 |
commit | 78c00c0a8add1bcaa0bc855e3c6bb55ebe8c6b54 (patch) | |
tree | 27af85b6df01680aabff8524e36215c481e873b7 /multimedia/msdl/Makefile | |
parent | 3f3906ecd1cf2f1a94d9d6c9fa86f5f01d146ba6 (diff) | |
download | freebsd-ports-gnome-78c00c0a8add1bcaa0bc855e3c6bb55ebe8c6b54.tar.gz freebsd-ports-gnome-78c00c0a8add1bcaa0bc855e3c6bb55ebe8c6b54.tar.zst freebsd-ports-gnome-78c00c0a8add1bcaa0bc855e3c6bb55ebe8c6b54.zip |
- Fix compatibility with fmake, fixes build on 9.x
Approved by: portmgr blanket
Diffstat (limited to 'multimedia/msdl/Makefile')
-rw-r--r-- | multimedia/msdl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/msdl/Makefile b/multimedia/msdl/Makefile index ffe27c822869..e5181fcf4f26 100644 --- a/multimedia/msdl/Makefile +++ b/multimedia/msdl/Makefile @@ -5,7 +5,7 @@ PORTNAME= msdl PORTVERSION= 1.2.7r2 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION:S/r/-r/1} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/r/-r/} MAINTAINER= ashish@FreeBSD.org COMMENT= Streaming multimedia files downloader |