diff options
-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 |