summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-29 15:33:45 +0000
committerjoerg <joerg>2005-12-29 15:33:45 +0000
commit10ea5bdc346f7b65c0e17ce382c41ff24120a61c (patch)
tree3a566d3a88fdf51a5215f29ebc99e14924da935e /inputmethod
parentbf374cfa428be9d2374f18b78a03e8c03eee587a (diff)
downloadpkgsrc-10ea5bdc346f7b65c0e17ce382c41ff24120a61c.tar.gz
Do some post-cleanup of the libraries for DragonFly until I find out,
why imake doesn't do it itself.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/canna-lib/Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/inputmethod/canna-lib/Makefile b/inputmethod/canna-lib/Makefile
index ac2c0bf8bbd..c722a3e8b6b 100644
--- a/inputmethod/canna-lib/Makefile
+++ b/inputmethod/canna-lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/12/05 20:50:23 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2005/12/29 15:33:45 joerg Exp $
#
.include "../../inputmethod/canna/Makefile.common"
@@ -27,4 +27,14 @@ do-configure:
post-configure:
@${LN} -s ${WRKSRC}/server/*.h ${WRKSRC}/include
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "DragonFly"
+post-install:
+.for f in RKC RKC16 canna canna16
+ ${LN} -s lib${f}.so.1.1 ${PREFIX}/lib/lib${f}.so.1
+ ${LN} -s lib${f}.so.1 ${PREFIX}/lib/lib${f}.so
+.endfor
+.endif
+
.include "../../inputmethod/canna/Makefile.include"