From 10ea5bdc346f7b65c0e17ce382c41ff24120a61c Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 29 Dec 2005 15:33:45 +0000 Subject: Do some post-cleanup of the libraries for DragonFly until I find out, why imake doesn't do it itself. --- inputmethod/canna-lib/Makefile | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'inputmethod') 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" -- cgit v1.2.3