diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-02-25 13:31:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-02-25 13:31:44 +0800 |
commit | 03ad89e9e9a05ccd64ab5d030cc5ca168cb38798 (patch) | |
tree | 997e1b3ac6e45176903099b713fdf9e7011da386 /multimedia | |
parent | 15ea426499a362b983bdbd26456b5650b42ef3ba (diff) | |
download | freebsd-ports-gnome-03ad89e9e9a05ccd64ab5d030cc5ca168cb38798.tar.gz freebsd-ports-gnome-03ad89e9e9a05ccd64ab5d030cc5ca168cb38798.tar.zst freebsd-ports-gnome-03ad89e9e9a05ccd64ab5d030cc5ca168cb38798.zip |
Add my LOCAL to MASTER_SITES
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/quvi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/quvi/Makefile b/multimedia/quvi/Makefile index 746c65a88700..0eb7fd9cd86b 100644 --- a/multimedia/quvi/Makefile +++ b/multimedia/quvi/Makefile @@ -5,7 +5,8 @@ PORTNAME= quvi PORTVERSION= 0.4.2 PORTREVISION= 3 CATEGORIES= multimedia devel -MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R}/${PORTNAME}/ +MASTER_SITES= SF/${PORTNAME}/${PORTVERSION:R}/${PORTNAME}/ \ + LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Command line tool for parsing flash media stream URLs |