diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-04-19 02:44:17 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-04-19 02:44:17 +0000 |
commit | 84310fa3a2a44c19c999e3c76c9e79d8e5261282 (patch) | |
tree | c3d48f1372154677b3129a6a6b8ca8b4796cdbd2 /chinese/tin/Makefile | |
parent | 14c317729b1fdd60a29982bb6a6a02819271fffb (diff) | |
download | ports-84310fa3a2a44c19c999e3c76c9e79d8e5261282.tar.gz ports-84310fa3a2a44c19c999e3c76c9e79d8e5261282.zip |
Notes
Diffstat (limited to 'chinese/tin/Makefile')
-rw-r--r-- | chinese/tin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chinese/tin/Makefile b/chinese/tin/Makefile index aaecf59f22ce..57a750d93afe 100644 --- a/chinese/tin/Makefile +++ b/chinese/tin/Makefile @@ -8,12 +8,14 @@ MASTERDIR= ${.CURDIR}/../../news/tin +PORTREVISION= 1 MAINTAINER= yssu@CCCA.NCTU.edu.tw EXTRA_PATCHES= ${.CURDIR}/files/patch-charset.c \ ${.CURDIR}/files/patch-cook.c \ ${.CURDIR}/files/patch-init.c \ - ${.CURDIR}/files/patch-misc.c + ${.CURDIR}/files/patch-misc.c \ + ${.CURDIR}/files/patch-page.c .include "${MASTERDIR}/Makefile" |