diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 07:21:03 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 07:21:03 +0000 |
commit | d5b54d08694f2656c04d83a0013fb3d3eb1344e2 (patch) | |
tree | 99387ff23cc458e555b453bdc295681a6cb2109b /japanese/jvim | |
parent | b9d2bca3af03415aa8324c95711b3a365968b306 (diff) | |
download | ports-d5b54d08694f2656c04d83a0013fb3d3eb1344e2.tar.gz ports-d5b54d08694f2656c04d83a0013fb3d3eb1344e2.zip |
Notes
Diffstat (limited to 'japanese/jvim')
-rw-r--r-- | japanese/jvim/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/jvim/Makefile b/japanese/jvim/Makefile index 66b515fe9f06..3290f18f3a78 100644 --- a/japanese/jvim/Makefile +++ b/japanese/jvim/Makefile @@ -14,9 +14,9 @@ DISTNAME= ${PORTNAME}${PORTVERSION}+onew2.2.10 MAINTAINER= taoka@FreeBSD.org -PATCHDIR= ${.CURDIR}/../jvim/patches +PATCHDIR= ${.CURDIR}/../jvim/files FILESDIR= ${.CURDIR}/../jvim/files -PLIST= ${.CURDIR}/../jvim/pkg/PLIST +PLIST= ${.CURDIR}/../jvim/pkg-plist MANLANG= ja MAN1= jcat.1 jfold.1 jgrep.1 jvim.1 WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} |