diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-09-03 13:32:39 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-09-03 13:32:39 +0000 |
commit | dc08eac0a80a5242464bb88af8baeb77b6d0b8ab (patch) | |
tree | d1d34f64df47037b65702a5470edbf164cdfa3b9 /x11-fonts/code2000 | |
parent | 903044c5729648ef0c03b0ac349a79e261492ed1 (diff) | |
download | ports-dc08eac0a80a5242464bb88af8baeb77b6d0b8ab.tar.gz ports-dc08eac0a80a5242464bb88af8baeb77b6d0b8ab.zip |
Notes
Diffstat (limited to 'x11-fonts/code2000')
-rw-r--r-- | x11-fonts/code2000/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-fonts/code2000/Makefile b/x11-fonts/code2000/Makefile index 1e174446f08b..ee305be351ec 100644 --- a/x11-fonts/code2000/Makefile +++ b/x11-fonts/code2000/Makefile @@ -8,7 +8,9 @@ PORTNAME= code2000 PORTVERSION= 1.16 CATEGORIES= x11-fonts -MASTER_SITES= http://home.att.net/~jameskass/ +#MASTER_SITES= http://home.att.net/~jameskass/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= thierry/${PORTNAME}/v${PORTVERSION} DISTFILES= ${PORTNAME:U}${EXTRACT_SUFX:U} DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} @@ -18,7 +20,6 @@ COMMENT= Shareware demo Unicode TrueType font BUILD_DEPENDS= ttmkfdir:${PORTSDIR}/x11-fonts/ttmkfdir RESTRICTED= Only unmodified original package can be distributed -BROKEN= Unfetchable USE_X_PREFIX= yes USE_ZIP= yes |