diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2005-02-14 20:57:19 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2005-02-14 20:57:19 +0000 |
commit | cce652cdf63e94f78b80f502e39d607364dc5e1f (patch) | |
tree | e17ef4531368ec3e725ba5dcd17ccda26dd3d690 /x11/libxkbfile | |
parent | Chase libcdio shlib version, (diff) |
Fix mastersite and add some more.
Notes
Notes:
svn path=/head/; revision=128849
Diffstat (limited to 'x11/libxkbfile')
-rw-r--r-- | x11/libxkbfile/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/libxkbfile/Makefile b/x11/libxkbfile/Makefile index d7915a0c3851..b944ea7dc81c 100644 --- a/x11/libxkbfile/Makefile +++ b/x11/libxkbfile/Makefile @@ -8,7 +8,9 @@ PORTNAME= libxkbfile PORTVERSION= 1.0 CATEGORIES= x11 -MASTER_SITES= http://freedesktop.org/~xorg/X11R6.7.0/src/ +MASTER_SITES= http://xorg.freedesktop.org/X11R6.7.0/src/ \ + ${MASTER_SITE_XORG} +MASTER_SITE_SUBDIR= X11R6.7/tars DISTNAME= X11R6.7.0-src1 MAINTAINER= x11@FreeBSD.org |