diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2015-01-06 17:38:13 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2015-01-06 17:38:13 +0800 |
commit | 62fe5dc63de24547e3e877b3b9f907c03cea2b35 (patch) | |
tree | e0e181123e9acc66e8988f901445a66500b0987c /graphics/bmp2html | |
parent | 235f46f484e061dac2a79d4d9812e652b194dbee (diff) | |
download | freebsd-ports-gnome-62fe5dc63de24547e3e877b3b9f907c03cea2b35.tar.gz freebsd-ports-gnome-62fe5dc63de24547e3e877b3b9f907c03cea2b35.tar.zst freebsd-ports-gnome-62fe5dc63de24547e3e877b3b9f907c03cea2b35.zip |
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt
Diffstat (limited to 'graphics/bmp2html')
-rw-r--r-- | graphics/bmp2html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/bmp2html/Makefile b/graphics/bmp2html/Makefile index 3df207ae36e8..c77fa1c20f73 100644 --- a/graphics/bmp2html/Makefile +++ b/graphics/bmp2html/Makefile @@ -5,7 +5,7 @@ PORTNAME= bmp2html PORTVERSION= 0.1 PORTREVISION= 6 CATEGORIES= graphics -MASTER_SITES= CRITICAL +MASTER_SITES= LOCAL/ehaupt DISTNAME= ${PORTNAME} MAINTAINER= ehaupt@FreeBSD.org |