diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2005-10-11 17:59:16 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2005-10-11 17:59:16 +0000 |
commit | 7c979ec3cffdc31f12300d5f7cf184e407103705 (patch) | |
tree | aa0f5ceb6d94f827bc3b95ec3fde06eb8179c203 /misc | |
parent | 1797c0f478ae15d2b67702a79b4ac107c07f0d34 (diff) |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/iso-codes/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/iso-codes/Makefile b/misc/iso-codes/Makefile index b01b164ba98e..69117cdce570 100644 --- a/misc/iso-codes/Makefile +++ b/misc/iso-codes/Makefile @@ -17,6 +17,10 @@ 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} |