diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 15:21:03 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 15:21:03 +0800 |
commit | 35fe284ad7116535433a834a6601f7f70b3362bd (patch) | |
tree | 8128c8881d4fcad90b705b805564232ed39a1194 /japanese/kinput2 | |
parent | 037dd970b63b1e618d70427f7a656d98df320f6d (diff) | |
download | freebsd-ports-graphics-35fe284ad7116535433a834a6601f7f70b3362bd.tar.gz freebsd-ports-graphics-35fe284ad7116535433a834a6601f7f70b3362bd.tar.zst freebsd-ports-graphics-35fe284ad7116535433a834a6601f7f70b3362bd.zip |
Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ to
.) and other pkg variables if they are nearby.
Diffstat (limited to 'japanese/kinput2')
-rw-r--r-- | japanese/kinput2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/kinput2/Makefile b/japanese/kinput2/Makefile index 73bf95a372b..a9fdd38ab4d 100644 --- a/japanese/kinput2/Makefile +++ b/japanese/kinput2/Makefile @@ -17,7 +17,7 @@ MAINTAINER= taoka@FreeBSD.org LIB_DEPENDS= ${LIB_INPUT_METHOD} BUILD_DEPENDS= ${BUILD_INPUT_METHOD} -PATCHDIR= ${.CURDIR}/../kinput2-freewnn/patches +PATCHDIR= ${.CURDIR}/../kinput2-freewnn/files FILESDIR= ${.CURDIR}/../kinput2-freewnn/files USE_IMAKE= yes MAN1= kinput2.1 |