summaryrefslogtreecommitdiffstats
path: root/chinese/libtabe/Makefile
diff options
context:
space:
mode:
authorkeith <keith@FreeBSD.org>2001-06-22 09:04:56 +0000
committerkeith <keith@FreeBSD.org>2001-06-22 09:04:56 +0000
commita4bb4abcd794280493a509f592de0bb04cb74db5 (patch)
tree81f50ca8e9ef4faf6148d9eef82011a25744c2c8 /chinese/libtabe/Makefile
parent7434d7c8e5661c08883b2ee231c9bc7a063e7a7a (diff)
downloadFreeBSD-ports-a4bb4abcd794280493a509f592de0bb04cb74db5.zip
FreeBSD-ports-a4bb4abcd794280493a509f592de0bb04cb74db5.tar.gz
Update to 0.2.2.
PR: ports/28219
Diffstat (limited to 'chinese/libtabe/Makefile')
-rw-r--r--chinese/libtabe/Makefile18
1 files changed, 4 insertions, 14 deletions
diff --git a/chinese/libtabe/Makefile b/chinese/libtabe/Makefile
index 55dff76..446cf31 100644
--- a/chinese/libtabe/Makefile
+++ b/chinese/libtabe/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= libtabe
-PORTVERSION= 0.1.9
+PORTVERSION= 0.2.2
CATEGORIES= chinese
-MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/libtabe/
+MASTER_SITES= ftp://xcin.linux.org.tw/pub/xcin/libtabe/devel/
MAINTAINER= keith@FreeBSD.org
@@ -37,17 +37,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/${DOC} ${PREFIX}/share/doc/tabe
.endfor
.endif
- ${TOUCH} ${PREFIX}/share/tabe/libtabe-0.1.9
-.if ${PORTOBJFORMAT} == "elf"
- ${RM} -f ${PREFIX}/lib/libbims.so ${PREFIX}/lib/libbims.so.0
- ${MV} ${PREFIX}/lib/libbims.so.0.1 ${PREFIX}/lib/libbims.so.0
- ${LN} -s libbims.so.0 ${PREFIX}/lib/libbims.so
- ${RM} -f ${PREFIX}/lib/libtabe.so ${PREFIX}/lib/libtabe.so.0
- ${MV} ${PREFIX}/lib/libtabe.so.0.1 ${PREFIX}/lib/libtabe.so.0
- ${LN} -s libtabe.so.0 ${PREFIX}/lib/libtabe.so
-.else
- ${RM} -f ${PREFIX}/lib/libbims.so.0
- ${RM} -f ${PREFIX}/lib/libtabe.so.0
-.endif
+ ${TOUCH} ${PREFIX}/share/tabe/libtabe-0.2.2
+ ${RM} -f ${PREFIX}/lib/libtabe.la ${PREFIX}/lib/libbims.la
.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud