Correctly specify WRKDIR.

This commit is contained in:
Satoshi Asami 1999-05-12 09:23:22 +00:00
parent 91aa582443
commit 284c0f098e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18804

View file

@ -3,7 +3,7 @@
# Date created: 15 Mar 1999
# Whom: Takeshi WATANABE <watanabe@komadori.planet.sci.kobe-u.ac.jp>
#
# $Id$
# $Id: Makefile,v 1.1.1.1 1999/05/11 06:30:03 taoka Exp $
#
PKGNAME= ja-${DISTNAME}
@ -16,6 +16,6 @@ JAPANESE_EXMH= yes
MASTERDIR= ${.CURDIR}/../../mail/exmh2
COMMENT= ${.CURDIR}/pkg/COMMENT
DESCR= ${.CURDIR}/pkg/DESCR
WRKDIR= ${.CURDIR}/work
WRKDIR= ${WRKDIRPREFIX}${.CURDIR}/work
.include "${MASTERDIR}/Makefile"