diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-25 05:31:49 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-25 05:31:49 +0000 |
commit | 785a40f199ebb51f53989512abb79ccf1372f758 (patch) | |
tree | 0e0c3ec2d705b389de3edc38ada4148cd543c87f /multimedia/libquvi/Makefile | |
parent | 1819426e8e6b41d54fa67aa126922f385d94407f (diff) | |
download | ports-785a40f199ebb51f53989512abb79ccf1372f758.tar.gz ports-785a40f199ebb51f53989512abb79ccf1372f758.zip |
Notes
Diffstat (limited to 'multimedia/libquvi/Makefile')
-rw-r--r-- | multimedia/libquvi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/libquvi/Makefile b/multimedia/libquvi/Makefile index 8c2447a743c7..7768353b36f6 100644 --- a/multimedia/libquvi/Makefile +++ b/multimedia/libquvi/Makefile @@ -5,7 +5,8 @@ PORTNAME= libquvi PORTVERSION= 0.4.1 PORTREVISION= 5 CATEGORIES= multimedia devel -MASTER_SITES= SF/quvi/${PORTVERSION:R}/${PORTNAME}/ +MASTER_SITES= SF/quvi/${PORTVERSION:R}/${PORTNAME}/ \ + LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Cross-platform library for parsing flash media stream URLs |