diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-01-06 09:36:02 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-01-06 09:36:02 +0000 |
commit | c5f59c16490b2159fd63c75722dabf1c42e2ba2e (patch) | |
tree | bb623b8a993f8d825e134183adedf1869f559a1a /archivers/ecm | |
parent | 3246dc94424934de5157ce41f9913ea679deb345 (diff) | |
download | freebsd-ports-c5f59c16490b2159fd63c75722dabf1c42e2ba2e.zip |
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt
Diffstat (limited to 'archivers/ecm')
-rw-r--r-- | archivers/ecm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/ecm/Makefile b/archivers/ecm/Makefile index c7fdcf150ffd..1293fe91edea 100644 --- a/archivers/ecm/Makefile +++ b/archivers/ecm/Makefile @@ -5,7 +5,7 @@ PORTNAME= ecm PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= archivers -MASTER_SITES= CRITICAL +MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Compresses CD images by stripping unnecessary EDC/ECC data |