diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-10-13 00:45:38 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-10-13 00:45:38 +0000 |
commit | 3bbf3513907a9b11fb98d6400aa00e32dd05c32d (patch) | |
tree | 1cc1a22aea2faa63fe08bc31bc82447556082938 /misc/iso-codes | |
parent | 58ab2f47234d96f0f78b8a49cda36f8adb333ac8 (diff) | |
download | ports-3bbf3513907a9b11fb98d6400aa00e32dd05c32d.tar.gz ports-3bbf3513907a9b11fb98d6400aa00e32dd05c32d.zip |
Notes
Diffstat (limited to 'misc/iso-codes')
-rw-r--r-- | misc/iso-codes/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/misc/iso-codes/Makefile b/misc/iso-codes/Makefile index 69117cdce570..99558bb6dbd8 100644 --- a/misc/iso-codes/Makefile +++ b/misc/iso-codes/Makefile @@ -9,18 +9,16 @@ PORTNAME= codes PORTVERSION= 0.46 PORTREVISION= 2 CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_DEBIAN} -MASTER_SITE_SUBDIR= pool/main/i/${PKGNAMEPREFIX}${PORTNAME} +#MASTER_SITES= ${MASTER_SITE_DEBIAN} +#MASTER_SITE_SUBDIR= pool/main/i/${PKGNAMEPREFIX}${PORTNAME} +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= adamw PKGNAMEPREFIX= iso- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}_${PORTVERSION}.orig MAINTAINER= kwm@FreeBSD.org COMMENT= Lists of the country, language and currency iso names -BROKEN= "distfile disappeared, newer one is available" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE= 2005-12-11 - BUILD_DEPENDS= xmlproc_parse:${PORTSDIR}/textproc/py-xml WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} |