diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2008-03-28 06:15:47 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2008-03-28 06:15:47 +0800 |
commit | 8637f28c41efaaf3c89340730c8c6fce9892c25d (patch) | |
tree | 83d08d9e8e5e0a0c56927e9ca6cc64d2a09f665c /devel | |
parent | 639f285995836c8f421894bf3b8c12c27c344b5e (diff) | |
download | freebsd-ports-gnome-8637f28c41efaaf3c89340730c8c6fce9892c25d.tar.gz freebsd-ports-gnome-8637f28c41efaaf3c89340730c8c6fce9892c25d.tar.zst freebsd-ports-gnome-8637f28c41efaaf3c89340730c8c6fce9892c25d.zip |
Use MASTER_SITE_CRITICAL
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libast/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libast/Makefile b/devel/libast/Makefile index ff0bb7b318c3..9c0fa843bf14 100644 --- a/devel/libast/Makefile +++ b/devel/libast/Makefile @@ -9,8 +9,8 @@ PORTNAME= libast PORTVERSION= 0.7 PORTREVISION= 3 CATEGORIES= devel -MASTER_SITES= http://critical.ch/distfiles/ \ - http://www.eterm.org/download/ +MASTER_SITES= http://www.eterm.org/download/ \ + CRITICAL MAINTAINER= ports@FreeBSD.org COMMENT= A library of assorted spiffy things |