diff options
author | taoka <taoka@FreeBSD.org> | 2001-07-08 20:17:17 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2001-07-08 20:17:17 +0800 |
commit | 2a8c7e9d7bad931d9f86f5b317e4e07185f8fcca (patch) | |
tree | 8ef2eaf7ce80af5895ad6867895502a19836164d /japanese/Wnn7-lib | |
parent | 710001b8611da69b7471d85c128473d752be8ee8 (diff) | |
download | freebsd-ports-gnome-2a8c7e9d7bad931d9f86f5b317e4e07185f8fcca.tar.gz freebsd-ports-gnome-2a8c7e9d7bad931d9f86f5b317e4e07185f8fcca.tar.zst freebsd-ports-gnome-2a8c7e9d7bad931d9f86f5b317e4e07185f8fcca.zip |
fix a problem in "make -V PORTVERSION"
by correcting a position of the line ".include <bsd.port.pre.mk>"
Pointed out by: Dan Langille <dan@langille.org>
Submitted by: okazaki
Diffstat (limited to 'japanese/Wnn7-lib')
-rw-r--r-- | japanese/Wnn7-lib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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" |