diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-02-25 13:32:04 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-02-25 13:32:04 +0800 |
commit | a4a7c98d6d7f6f66c70ff21dfffde17421c88313 (patch) | |
tree | 6c04000c9b43a4d6b29af975cd8ee827f2d4c394 /multimedia | |
parent | bebf7443fdf05b1de0c384df0e08d83683548c55 (diff) | |
download | freebsd-ports-gnome-a4a7c98d6d7f6f66c70ff21dfffde17421c88313.tar.gz freebsd-ports-gnome-a4a7c98d6d7f6f66c70ff21dfffde17421c88313.tar.zst freebsd-ports-gnome-a4a7c98d6d7f6f66c70ff21dfffde17421c88313.zip |
Add my LOCAL to MASTER_SITES
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libquvi09/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/libquvi09/Makefile b/multimedia/libquvi09/Makefile index 7d65ed154a7f..b72765aaafab 100644 --- a/multimedia/libquvi09/Makefile +++ b/multimedia/libquvi09/Makefile @@ -5,7 +5,8 @@ PORTNAME= libquvi PORTVERSION= 0.9.4 PORTREVISION= 3 CATEGORIES= multimedia devel -MASTER_SITES= SF/quvi/${PORTVERSION:R}/${PORTNAME}/ +MASTER_SITES= SF/quvi/${PORTVERSION:R}/${PORTNAME}/ \ + LOCAL/sunpoet PKGNAMESUFFIX= 09 MAINTAINER= sunpoet@FreeBSD.org |