diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-05-29 05:39:46 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-05-29 05:39:46 +0800 |
commit | 208dff1546c10fde315bf15e0158f815239d7921 (patch) | |
tree | 365b0d34f90d79e3a1039d6765c21f40d4a06aaa /graphics | |
parent | 5408b5555d6b1a955e9a535643c70ba53caa33a7 (diff) | |
download | freebsd-ports-gnome-208dff1546c10fde315bf15e0158f815239d7921.tar.gz freebsd-ports-gnome-208dff1546c10fde315bf15e0158f815239d7921.tar.zst freebsd-ports-gnome-208dff1546c10fde315bf15e0158f815239d7921.zip |
Put all 10 DISTFILES at MASTER_SITE_LOCAL, so they are available from single
point instead of being spreaded over dozen servers all over the globe.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/wmicons/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/wmicons/Makefile b/graphics/wmicons/Makefile index f716d29c6e0d..fb9a537c46c3 100644 --- a/graphics/wmicons/Makefile +++ b/graphics/wmicons/Makefile @@ -8,7 +8,8 @@ PORTNAME= wmicons PORTVERSION= 1.0 CATEGORIES= graphics windowmaker -MASTER_SITES= ${MASTER_SITE_WINDOWMAKER} \ +MASTER_SITES= ${MASTER_SITE_LOCAL:S|%SUBDIR%|sobomax/wmicons|} \ + ${MASTER_SITE_WINDOWMAKER} \ ${MASTER_SITE_PORTS_JP} \ http://nether.tky.hut.fi/iconstore/ \ http://www.itlb.te.noda.sut.ac.jp/~manome/wmaker/archive/ \ |