diff options
author | asami <asami@FreeBSD.org> | 1998-12-02 05:09:14 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-02 05:09:14 +0000 |
commit | 8f868f23779e542e656e217977c135e2e7905dcc (patch) | |
tree | 5945d40b228d23fe017b38f8e5fb22360990a45c /japanese/onew | |
parent | 65b6a9bdd8f10029b40b0c0d0c2b4e16e47edf2e (diff) | |
download | FreeBSD-ports-8f868f23779e542e656e217977c135e2e7905dcc.zip FreeBSD-ports-8f868f23779e542e656e217977c135e2e7905dcc.tar.gz |
Fix my MASTERDIR botch.
Diffstat (limited to 'japanese/onew')
-rw-r--r-- | japanese/onew/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/japanese/onew/Makefile b/japanese/onew/Makefile index 15fd577..96c0bbd 100644 --- a/japanese/onew/Makefile +++ b/japanese/onew/Makefile @@ -3,7 +3,7 @@ # Date created: 5 Sep 1997 # Whom: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp> # -# $Id: Makefile,v 1.1.1.1 1998/07/08 14:29:29 kuriyama Exp $ +# $Id: Makefile,v 1.2 1998/09/21 22:33:26 steve Exp $ # DISTNAME= jvim2.0r+onew2.2.10 @@ -17,8 +17,6 @@ MAINTAINER= taoka@infonets.hiroshima-u.ac.jp BUILD_DEPENDS= ${BUILD_INPUT_METHOD} LIB_DEPENDS= ${LIB_INPUT_METHOD} -PATCHDIR= ${.CURDIR}/../onew-wnn4/patches -FILESDIR= ${.CURDIR}/../onew-wnn4/files WRKSRC= ${WRKDIR}/onew # A value 'all' must not be set to TARGET. ALL_TARGET= |