diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2008-03-28 03:27:34 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2008-03-28 03:27:34 +0800 |
commit | 1e24895eb92fd76244f5b10d1ec5f0aa3459ee70 (patch) | |
tree | 973c61950622ff561b5cae84c526ca059e7765d1 /x11 | |
parent | 12fd604939a110c79684c9ab5bbe975b98a4cf62 (diff) | |
download | freebsd-ports-gnome-1e24895eb92fd76244f5b10d1ec5f0aa3459ee70.tar.gz freebsd-ports-gnome-1e24895eb92fd76244f5b10d1ec5f0aa3459ee70.tar.zst freebsd-ports-gnome-1e24895eb92fd76244f5b10d1ec5f0aa3459ee70.zip |
Use MASTER_SITE_CRITICAL
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk-launch/Makefile | 3 | ||||
-rw-r--r-- | x11/thinglaunch/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/x11/gtk-launch/Makefile b/x11/gtk-launch/Makefile index 115d456aba6a..3aa7190b0fd4 100644 --- a/x11/gtk-launch/Makefile +++ b/x11/gtk-launch/Makefile @@ -10,8 +10,7 @@ DISTVERSION= 1.1b PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= http://pierric.descamps.free.fr/pierric/downloads/ \ - http://critical.ch/distfiles/ \ - http://energy.critical.ch/distfiles/ + CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= A fast GTK+ program launcher diff --git a/x11/thinglaunch/Makefile b/x11/thinglaunch/Makefile index f9bf2386a297..419970315d1f 100644 --- a/x11/thinglaunch/Makefile +++ b/x11/thinglaunch/Makefile @@ -9,8 +9,7 @@ PORTNAME= thinglaunch PORTVERSION= 1.03 PORTREVISION= 2 CATEGORIES= x11 -MASTER_SITES= http://critical.ch/distfiles/ \ - http://energy.critical.ch/distfiles/ +MASTER_SITES= CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= A very fast launcher program for X |