aboutsummaryrefslogtreecommitdiff
path: root/japanese/Wnn7-lib
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-01-30 10:25:34 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-01-30 10:25:34 +0000
commit2df76eb0a73bb59d817aa60758a5f10e3e544c3b (patch)
tree07e10c49034b87755dafb03956ad93c5363e0bb7 /japanese/Wnn7-lib
parent1c97f613254a72e0ae97ea8d817ebe38096d6949 (diff)
downloadports-2df76eb0a73bb59d817aa60758a5f10e3e544c3b.tar.gz
ports-2df76eb0a73bb59d817aa60758a5f10e3e544c3b.zip
- Remove support for a.out format and PORTOBJFORMAT variable from individual
ports With hat: portmgr
Notes
Notes: svn path=/head/; revision=183698
Diffstat (limited to 'japanese/Wnn7-lib')
-rw-r--r--japanese/Wnn7-lib/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/japanese/Wnn7-lib/Makefile b/japanese/Wnn7-lib/Makefile
index 4883ade5f1c9..18916ad4b980 100644
--- a/japanese/Wnn7-lib/Makefile
+++ b/japanese/Wnn7-lib/Makefile
@@ -32,15 +32,10 @@ post-patch:
do-build:
( cd ${WRKSRC} ; make World -f Makefile.ini )
-.include <bsd.port.pre.mk>
-
post-install:
-.if ${PORTOBJFORMAT} == "aout"
- ${LN} -sf libwnn7.so.1.0 ${PREFIX}/lib/libwnn7.so
-.endif
@${MKDIR} ${PREFIX}/include/wnn7/wnn
@${INSTALL_DATA} ${WRKSRC}/Wnn/include/*.h ${PREFIX}/include/wnn7/wnn
@${MKDIR} ${DOCDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>