aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/Wnn6-lib
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-01-30 18:25:34 +0800
committerpav <pav@FreeBSD.org>2007-01-30 18:25:34 +0800
commit68e4663f01d748743e0029f83931c02fba58eb4e (patch)
treed24dbe32e4bdb87d0f3ba1c46717e6e34576e724 /japanese/Wnn6-lib
parentc6c1440c2b66077bedba90612a4827a8051ec9c1 (diff)
downloadfreebsd-ports-gnome-68e4663f01d748743e0029f83931c02fba58eb4e.tar.gz
freebsd-ports-gnome-68e4663f01d748743e0029f83931c02fba58eb4e.tar.zst
freebsd-ports-gnome-68e4663f01d748743e0029f83931c02fba58eb4e.zip
- Remove support for a.out format and PORTOBJFORMAT variable from individual
ports With hat: portmgr
Diffstat (limited to 'japanese/Wnn6-lib')
-rw-r--r--japanese/Wnn6-lib/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/japanese/Wnn6-lib/Makefile b/japanese/Wnn6-lib/Makefile
index 0a246b73605a..4c32bc231343 100644
--- a/japanese/Wnn6-lib/Makefile
+++ b/japanese/Wnn6-lib/Makefile
@@ -31,16 +31,11 @@ post-patch:
do-build:
( cd ${WRKSRC} ; make World -f Makefile.ini )
-.include <bsd.port.pre.mk>
-
post-install:
-.if ${PORTOBJFORMAT} == "aout"
- ${LN} -sf libwnn6.so.1.0 ${PREFIX}/lib/libwnn6.so
-.endif
${LN} -sf libwnn6_fromsrc.a ${PREFIX}/lib/libwnn6.a
@${MKDIR} ${PREFIX}/include/wnn6/wnn
@${INSTALL_DATA} ${WRKSRC}/Wnn/include/*.h ${PREFIX}/include/wnn6/wnn
@${MKDIR} ${DOCDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>