diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2001-07-08 12:17:17 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2001-07-08 12:17:17 +0000 |
commit | 7c2e404ab83d8e6c0017675308899342ee2d6be6 (patch) | |
tree | 2837132eeb9beb55e06b6547546ce6dd9908dda4 /japanese | |
parent | 69312c340d2430b58778fbb79affb0e90f8b7297 (diff) |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Wnn6-lib/Makefile | 6 | ||||
-rw-r--r-- | japanese/Wnn7-lib/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/japanese/Wnn6-lib/Makefile b/japanese/Wnn6-lib/Makefile index 44f755420ec6..2b4ac13c31db 100644 --- a/japanese/Wnn6-lib/Makefile +++ b/japanese/Wnn6-lib/Makefile @@ -13,6 +13,8 @@ DISTNAME= Wnn6-SDK-sources MAINTAINER= taoka@FreeBSD.org +.include <bsd.port.pre.mk> + .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 <bsd.port.pre.mk> + ( cd ${WRKSRC} ; make World -f Makefile.ini ) post-install: .if ${PORTOBJFORMAT} == "aout" 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 <bsd.port.pre.mk> + .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 <bsd.port.pre.mk> + ( cd ${WRKSRC} ; make World -f Makefile.ini ) post-install: .if ${PORTOBJFORMAT} == "aout" |