diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-03-27 19:27:34 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-03-27 19:27:34 +0000 |
commit | 666ea03b52924fa5089708a0d584b1623fde36d7 (patch) | |
tree | 811f76c652f5f94d5dcf12487eb5a072328e4d7f /misc/bestfit | |
parent | 27f051e196ae160f0c7283ec823166942cf5e713 (diff) | |
download | ports-666ea03b52924fa5089708a0d584b1623fde36d7.tar.gz ports-666ea03b52924fa5089708a0d584b1623fde36d7.zip |
Use MASTER_SITE_CRITICAL
Notes
Notes:
svn path=/head/; revision=209964
Diffstat (limited to 'misc/bestfit')
-rw-r--r-- | misc/bestfit/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/bestfit/Makefile b/misc/bestfit/Makefile index d91831906ba6..3a087a245587 100644 --- a/misc/bestfit/Makefile +++ b/misc/bestfit/Makefile @@ -8,8 +8,7 @@ PORTNAME= bestfit PORTVERSION= 0.2.0 CATEGORIES= misc -MASTER_SITES= http://critical.ch/distfiles/ \ - http://energy.critical.ch/distfiles/ +MASTER_SITES= CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= Optimally choose files to be put on a CD (or other media) |