diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2012-05-05 20:53:02 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2012-05-05 20:53:02 +0000 |
commit | c769463e03bd337a73d28222511fce960f555eae (patch) | |
tree | d3049f27d069ee8b84b587553af566d959b23070 /x11 | |
parent | 73a0300eaca73577477d11fba3c290d9d1f2f4a2 (diff) | |
download | ports-c769463e03bd337a73d28222511fce960f555eae.tar.gz ports-c769463e03bd337a73d28222511fce960f555eae.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xcb-proto/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/xcb-proto/Makefile b/x11/xcb-proto/Makefile index 89d44d95b529..5d77f4134203 100644 --- a/x11/xcb-proto/Makefile +++ b/x11/xcb-proto/Makefile @@ -8,7 +8,10 @@ PORTNAME= xcb-proto PORTVERSION= 1.7.1 CATEGORIES= x11 python -MASTER_SITES= http://xcb.freedesktop.org/dist/ +MASTER_SITES= http://xcb.freedesktop.org/dist/ \ + http://distfiles.pirateparty.in/%SUBDIR%/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= ashish MAINTAINER= ashish@FreeBSD.org COMMENT= The X protocol C-language Binding (XCB) protocol |