diff options
author | mat <mat@FreeBSD.org> | 2016-05-18 20:57:00 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-05-18 20:57:00 +0800 |
commit | 8bcda2d55287d5e72c57a16ffb2cbb7332b1b28f (patch) | |
tree | f70264074ceb7e90e2b85dfaf22d67728599817d /multimedia | |
parent | f652cc2d03e8cd8d85db1ea3ec1f9cf05b727474 (diff) | |
download | freebsd-ports-gnome-8bcda2d55287d5e72c57a16ffb2cbb7332b1b28f.tar.gz freebsd-ports-gnome-8bcda2d55287d5e72c57a16ffb2cbb7332b1b28f.tar.zst freebsd-ports-gnome-8bcda2d55287d5e72c57a16ffb2cbb7332b1b28f.zip |
Actually use the :main group.
PR: 208916
Sponsored by: Absolight
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xanim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/xanim/Makefile b/multimedia/xanim/Makefile index b6e693d180a3..c11dd568b94b 100644 --- a/multimedia/xanim/Makefile +++ b/multimedia/xanim/Makefile @@ -5,8 +5,8 @@ PORTNAME= xanim PORTVERSION= 2.92.0 PORTREVISION= 2 CATEGORIES= multimedia graphics -MASTER_SITES= ftp://ftp.nstu.ru/pub/mirrors/xanim.va.pubnix.com/ \ - LOCAL/dinoex \ +MASTER_SITES= ftp://ftp.nstu.ru/pub/mirrors/xanim.va.pubnix.com/:main \ + LOCAL/dinoex:main,DEFAULT \ ftp://ftp.nstu.ru/pub/mirrors/xanim.va.pubnix.com/dlls/ DISTNAME= xanim2920 DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main ${EXTRA_FILES} |