diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-29 22:07:39 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-29 22:07:39 +0000 |
commit | b95c64f5a9b658108cdf84311cde15714cae95f3 (patch) | |
tree | 399629f41e08cb15fc8231fb7d6393d15c6275b0 /chinese | |
parent | 9b215050406582ff496c5715e522bcb6e47dba23 (diff) |
Mark as DEPRECATED
PR: 88030
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Notes
Notes:
svn path=/head/; revision=146707
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/cdict5/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/chinese/cdict5/Makefile b/chinese/cdict5/Makefile index a67699226604..289f902673f0 100644 --- a/chinese/cdict5/Makefile +++ b/chinese/cdict5/Makefile @@ -19,13 +19,16 @@ COMMENT= Chinese-English / English-Chinese dictionary LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm +DEPRECATED= cdict5-file.tgz does not exist anymore +EXPIRATION_DATE= 2005-12-29 + IGNOREFILES= cdict5-file.tgz .include <bsd.port.pre.mk> -.if !exists(${DISTDIR}/cdict5-file.tgz) -IGNORE= "You have to obtain 21st Century Dictionary v5.0 data files yourself" -.endif +#.if !exists(${DISTDIR}/cdict5-file.tgz) +#IGNORE= "You have to obtain 21st Century Dictionary v5.0 data files yourself" +#.endif USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${PORTNAME} |