diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 07:21:03 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 07:21:03 +0000 |
commit | 35fe284ad7116535433a834a6601f7f70b3362bd (patch) | |
tree | 8128c8881d4fcad90b705b805564232ed39a1194 /japanese/jvim3 | |
parent | 037dd970b63b1e618d70427f7a656d98df320f6d (diff) | |
download | FreeBSD-ports-35fe284ad7116535433a834a6601f7f70b3362bd.zip FreeBSD-ports-35fe284ad7116535433a834a6601f7f70b3362bd.tar.gz |
Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ to
.) and other pkg variables if they are nearby.
Diffstat (limited to 'japanese/jvim3')
-rw-r--r-- | japanese/jvim3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/jvim3/Makefile b/japanese/jvim3/Makefile index c4d2784..097f8f8 100644 --- a/japanese/jvim3/Makefile +++ b/japanese/jvim3/Makefile @@ -19,9 +19,9 @@ MAINTAINER= taoka@FreeBSD.org USE_XLIB= yes NO_LATEST_LINK= YES # waiting for jgrep, jfold, jcat -PATCHDIR= ${.CURDIR}/../jvim3/patches +PATCHDIR= ${.CURDIR}/../jvim3/files FILESDIR= ${.CURDIR}/../jvim3/files -PLIST= ${.CURDIR}/../jvim3/pkg/PLIST +PLIST= ${.CURDIR}/../jvim3/pkg-plist EXTRACT_ONLY= vim-3.0.tar.gz WRKSRC= ${WRKDIR}/vim MAKEFILE= makjunix.mak |