diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-23 12:02:18 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-23 12:02:18 +0000 |
commit | 2d9909c4b2353fd99b2a558edc7260cc11228890 (patch) | |
tree | 644b37afa4304dcca0d9d398edc4f58d5c550330 /japanese/skk-tools/Makefile | |
parent | Upgrade to 0.9.21. (diff) |
Add ${WRKDIRPREFIX} in front of explicit ${WRKSRC} definitions. Please
read the handbook guys!
Diffstat (limited to '')
-rw-r--r-- | japanese/skk-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/skk-tools/Makefile b/japanese/skk-tools/Makefile index 8bf712a6c506..4832cf5e3654 100644 --- a/japanese/skk-tools/Makefile +++ b/japanese/skk-tools/Makefile @@ -3,7 +3,7 @@ # Date created: 31 Oct 1998 # Whom: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp> # -# $Id: Makefile,v 1.1.1.1 1998/12/15 15:22:46 kuriyama Exp $ +# $Id: Makefile,v 1.2 1998/12/23 08:50:24 kuriyama Exp $ # DISTNAME= skk9.6 @@ -16,7 +16,7 @@ MAINTAINER= matusita@jp.freebsd.org BUILD_DEPENDS= /nonexistent:${SKK_MASTERDIR}:configure SKK_MASTERDIR= ${.CURDIR}/../../japanese/skk-jisyo -WRKSRC= ${SKK_MASTERDIR}/work/skk-9.6 +WRKSRC= ${WRKDIRPREFIX}${SKK_MASTERDIR}/work/skk-9.6 MAKE_ARGS= SUBDIRS='jisyo-tools' .include <bsd.port.mk> |