diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2008-03-27 19:27:34 +0000 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2008-03-27 19:27:34 +0000 |
commit | 1e24895eb92fd76244f5b10d1ec5f0aa3459ee70 (patch) | |
tree | 973c61950622ff561b5cae84c526ca059e7765d1 /misc/ddate/Makefile | |
parent | 12fd604939a110c79684c9ab5bbe975b98a4cf62 (diff) | |
download | FreeBSD-ports-1e24895eb92fd76244f5b10d1ec5f0aa3459ee70.zip FreeBSD-ports-1e24895eb92fd76244f5b10d1ec5f0aa3459ee70.tar.gz |
Use MASTER_SITE_CRITICAL
Diffstat (limited to 'misc/ddate/Makefile')
-rw-r--r-- | misc/ddate/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/ddate/Makefile b/misc/ddate/Makefile index b8ff45f..7da523f 100644 --- a/misc/ddate/Makefile +++ b/misc/ddate/Makefile @@ -9,8 +9,7 @@ PORTNAME= ddate PORTVERSION= 2.12r CATEGORIES= misc MASTER_SITES= http://www.kernel.org/pub/linux/utils/util-linux/ \ - http://critical.ch/distfiles/ \ - http://energy.critical.ch/distfiles/ + CRITICAL DISTNAME= util-linux-${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org |