diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2015-01-06 17:36:02 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2015-01-06 17:36:02 +0800 |
commit | 021affdb5f8f3e148791d2100f305257e7f790c1 (patch) | |
tree | bb623b8a993f8d825e134183adedf1869f559a1a /archivers/unzoo | |
parent | da89bc19c9b6b400823f8bd21f0792aaa2c9fd38 (diff) | |
download | freebsd-ports-gnome-021affdb5f8f3e148791d2100f305257e7f790c1.tar.gz freebsd-ports-gnome-021affdb5f8f3e148791d2100f305257e7f790c1.tar.zst freebsd-ports-gnome-021affdb5f8f3e148791d2100f305257e7f790c1.zip |
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt
Diffstat (limited to 'archivers/unzoo')
-rw-r--r-- | archivers/unzoo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/unzoo/Makefile b/archivers/unzoo/Makefile index 65f3dcf33893..9ac6187723c6 100644 --- a/archivers/unzoo/Makefile +++ b/archivers/unzoo/Makefile @@ -5,7 +5,7 @@ PORTNAME= unzoo PORTVERSION= 4.4 PORTREVISION= 2 CATEGORIES= archivers -MASTER_SITES= CRITICAL +MASTER_SITES= LOCAL/ehaupt DISTNAME= ${PORTNAME}_${PORTVERSION}.orig PATCH_SITES= ${MASTER_SITES} |