diff options
author | thierry <thierry@FreeBSD.org> | 2013-08-26 20:07:39 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2013-08-26 20:07:39 +0800 |
commit | f555dd0dbb12ac65d784d7866c7a629437ff9121 (patch) | |
tree | 8c96b9192a697db3b29291f7e078386386ee4d47 /x11-fonts | |
parent | 2e55d6ae46025f51b36e6719cca0378adb51f9cc (diff) | |
download | freebsd-ports-gnome-f555dd0dbb12ac65d784d7866c7a629437ff9121.tar.gz freebsd-ports-gnome-f555dd0dbb12ac65d784d7866c7a629437ff9121.tar.zst freebsd-ports-gnome-f555dd0dbb12ac65d784d7866c7a629437ff9121.zip |
Remove the former official site.
Dpotted by: marino
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/code2000/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/x11-fonts/code2000/Makefile b/x11-fonts/code2000/Makefile index 2f38519f767c..a058722a85ef 100644 --- a/x11-fonts/code2000/Makefile +++ b/x11-fonts/code2000/Makefile @@ -1,15 +1,10 @@ -# New ports collection makefile for: Code2000 -# Date created: 6 Dec 2003 -# Whom: Thierry Thomas <thierry@pompo.net> -# +# Created by: Thierry Thomas <thierry@pompo.net> # $FreeBSD$ -# PORTNAME= code2000 PORTVERSION= 1.171 CATEGORIES= x11-fonts -MASTER_SITES= http://code2000.net/ \ - ${MASTER_SITE_LOCAL} +MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= thierry/${DIST_SUBDIR} DISTFILES= ${PORTNAME:U}${EXTRACT_SUFX:U} DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} |