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 /archivers/deb2targz | |
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 'archivers/deb2targz')
-rw-r--r-- | archivers/deb2targz/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/deb2targz/Makefile b/archivers/deb2targz/Makefile index e1a353e93d66..6e870d945294 100644 --- a/archivers/deb2targz/Makefile +++ b/archivers/deb2targz/Makefile @@ -8,8 +8,7 @@ PORTNAME= deb2targz PORTVERSION= 20021217 CATEGORIES= archivers perl5 -MASTER_SITES= http://critical.ch/distfiles/ \ - http://energy.critical.ch/distfiles/ +MASTER_SITES= CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= A command-line utility for converting a Debian .deb file to a .tar.gz |