diff options
author | mat <mat@FreeBSD.org> | 2015-12-08 17:04:59 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-12-08 17:04:59 +0800 |
commit | 73fe5c815bc770230f34590b2108363655190d55 (patch) | |
tree | 5662ec989c64abb20b0aee105df9b3f669010a9d /multimedia | |
parent | f1f7b94706f207a2c777fc0aaec8bfc5421342ab (diff) | |
download | freebsd-ports-gnome-73fe5c815bc770230f34590b2108363655190d55.tar.gz freebsd-ports-gnome-73fe5c815bc770230f34590b2108363655190d55.tar.zst freebsd-ports-gnome-73fe5c815bc770230f34590b2108363655190d55.zip |
Don't set DISTNAME when using USE_GITHUB and MASTER_SITES=GH, the
framework already sets a unique DISTNAME.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/py-ffmpeg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/py-ffmpeg/Makefile b/multimedia/py-ffmpeg/Makefile index 606e80e5e779..1473807e2417 100644 --- a/multimedia/py-ffmpeg/Makefile +++ b/multimedia/py-ffmpeg/Makefile @@ -7,6 +7,7 @@ PORTREVISION= 2 CATEGORIES= multimedia python MASTER_SITES= GH LOCAL/dbn/${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +# Should not be setting DISTNAME, USE_GITHUB already sets a very nice and unique distname. DISTNAME= ${PORTNAME}-android-${PORTVERSION} MAINTAINER= dbn@FreeBSD.org |