From 7c2e404ab83d8e6c0017675308899342ee2d6be6 Mon Sep 17 00:00:00 2001 From: Satoshi Taoka Date: Sun, 8 Jul 2001 12:17:17 +0000 Subject: fix a problem in "make -V PORTVERSION" by correcting a position of the line ".include " Pointed out by: Dan Langille Submitted by: okazaki --- japanese/Wnn7-lib/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'japanese/Wnn7-lib') diff --git a/japanese/Wnn7-lib/Makefile b/japanese/Wnn7-lib/Makefile index 44f755420ec6..2b4ac13c31db 100644 --- a/japanese/Wnn7-lib/Makefile +++ b/japanese/Wnn7-lib/Makefile @@ -13,6 +13,8 @@ DISTNAME= Wnn6-SDK-sources MAINTAINER= taoka@FreeBSD.org +.include + .if ${XFREE86_VERSION} == 3 BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake .else @@ -26,9 +28,7 @@ INSTALLS_SHLIB= yes # Warning: we cannot use USE_IMAKE. do-build: - ( cd $(WRKSRC) ; make World -f Makefile.ini ) - -.include + ( cd ${WRKSRC} ; make World -f Makefile.ini ) post-install: .if ${PORTOBJFORMAT} == "aout" -- cgit v1.2.3