diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-03-04 19:35:07 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-03-04 19:35:07 +0000 |
commit | 198229d87eb90500573a1bd79ecd62b6f730da5f (patch) | |
tree | 18d2b6415aa5cb62ebad4c2842fce715ca06711b /chinese/nvi-big5 | |
parent | 42d3a436cbe8577d34b8c5114f2079e101bfc185 (diff) | |
download | ports-198229d87eb90500573a1bd79ecd62b6f730da5f.tar.gz ports-198229d87eb90500573a1bd79ecd62b6f730da5f.zip |
Notes
Diffstat (limited to 'chinese/nvi-big5')
-rw-r--r-- | chinese/nvi-big5/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chinese/nvi-big5/Makefile b/chinese/nvi-big5/Makefile index 5f2f2befd792..62fcb2fee2e7 100644 --- a/chinese/nvi-big5/Makefile +++ b/chinese/nvi-big5/Makefile @@ -3,13 +3,13 @@ # Date created: 6 Mar 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.8 1998/02/17 13:11:38 itojun Exp $ +# $Id: Makefile,v 1.9 1998/02/19 16:49:35 itojun Exp $ # # can't use PORTSDIR here, since we haven't included bsd.port.mk -FILESDIR= ${.CURDIR}/../../editors/nvi/files -PATCHDIR= ${.CURDIR}/../../editors/nvi/patches -PKGDIR= ${.CURDIR}/../../editors/nvi/pkg +FILESDIR= ${.CURDIR}/../../editors/nvi-m17n/files +PATCHDIR= ${.CURDIR}/../../editors/nvi-m17n/patches +PKGDIR= ${.CURDIR}/../../editors/nvi-m17n/pkg COMMENT= ${.CURDIR}/pkg/COMMENT PKGNAME= zh-nvi-big5-1.79.19970820 |