diff options
Diffstat (limited to 'chinese/acroread5-chtfont/Makefile')
-rw-r--r-- | chinese/acroread5-chtfont/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chinese/acroread5-chtfont/Makefile b/chinese/acroread5-chtfont/Makefile index 8777e7d..cf08860 100644 --- a/chinese/acroread5-chtfont/Makefile +++ b/chinese/acroread5-chtfont/Makefile @@ -3,7 +3,7 @@ # Date created: 99/06/16 # Whom: Satoshi Taoka <taoka@FreeBSD.org> # -# $Id: $ +# $Id: Makefile,v 1.1.1.1 1999/06/17 09:34:58 taoka Exp $ # DISTNAME= chtfont @@ -11,4 +11,6 @@ CATEGORIES= chinese MASTERDIR= ${.CURDIR}/../../print/acroread-commfont +BROKEN='cannot fetch' + .include "${MASTERDIR}/Makefile" |