diff options
author | asami <asami@FreeBSD.org> | 1997-04-09 16:14:24 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-04-09 16:14:24 +0800 |
commit | e6e979d1785e3db97722bf7c1c95f638e3ca44ee (patch) | |
tree | 82e9a9114e8218aa177e8a8c96d725e1ac9cd6d3 /chinese | |
parent | 6cc7b747e35c443dcbe09d13c8bb8dd739f80e64 (diff) | |
download | freebsd-ports-gnome-e6e979d1785e3db97722bf7c1c95f638e3ca44ee.tar.gz freebsd-ports-gnome-e6e979d1785e3db97722bf7c1c95f638e3ca44ee.tar.zst freebsd-ports-gnome-e6e979d1785e3db97722bf7c1c95f638e3ca44ee.zip |
Oops, got some <'s and >'s turned into <'s and >'s.
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/nvi-euc-tw/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chinese/nvi-euc-tw/Makefile b/chinese/nvi-euc-tw/Makefile index c3618bf325d5..271f0e03b5b8 100644 --- a/chinese/nvi-euc-tw/Makefile +++ b/chinese/nvi-euc-tw/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: nvi-1.79 + multilingual patch(euc-tw) # Version required: 1.79 # Date created: 5 Apr 1997 -# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> +# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.1.1.1 1997/04/09 07:05:26 asami Exp $ +# $Id: Makefile,v 1.2 1997/04/09 07:34:41 asami Exp $ # # can't use PORTSDIR here, since we haven't included bsd.port.mk @@ -12,7 +12,7 @@ PATCHDIR= ${.CURDIR}/../../editors/nvi/patches PKGDIR= ${.CURDIR}/../../editors/nvi/pkg COMMENT= ${.CURDIR}/pkg/COMMENT -.include <${.CURDIR}/../../editors/nvi/Makefile> +.include <${.CURDIR}/../../editors/nvi/Makefile> PKGNAME= cn-nvi-euctw-1.79-970408 CATEGORIES= chinese editors |