diff options
author | obache <obache@pkgsrc.org> | 2010-05-28 11:06:34 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-05-28 11:06:34 +0000 |
commit | 249a531cf270680d4b628ba3d6d38b1556bb1b56 (patch) | |
tree | cf9a729c47f8da901d300c3784f508d5e9506a09 /inputmethod/canna-lib | |
parent | c397b61a5e42f1cb89eeeea4da86cb474b4ac207 (diff) | |
download | pkgsrc-249a531cf270680d4b628ba3d6d38b1556bb1b56.tar.gz |
Drop dependency on nbitools.
nbitools is not enough to maintain for recent platforms and no good support for
user-destdir (now, canna-lib and canna-canuum is user-destdir ready)
no objection in tech-pkg-ja@ about three months.
Diffstat (limited to 'inputmethod/canna-lib')
-rw-r--r-- | inputmethod/canna-lib/Makefile | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/inputmethod/canna-lib/Makefile b/inputmethod/canna-lib/Makefile index 9e637781303..9b2360339d3 100644 --- a/inputmethod/canna-lib/Makefile +++ b/inputmethod/canna-lib/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2009/12/23 21:46:10 abs Exp $ +# $NetBSD: Makefile,v 1.12 2010/05/28 11:06:34 obache Exp $ PKGREVISION= 2 CANNA_MODULE= lib -PKG_DESTDIR_SUPPORT= destdir +PKG_DESTDIR_SUPPORT= user-destdir .include "../../inputmethod/canna/Makefile.common" @@ -24,17 +24,4 @@ post-patch: post-configure: @${LN} -s ${WRKSRC}/server/*.h ${WRKSRC}/include -.include "../../mk/bsd.prefs.mk" - -# XXX Work around bug in nbitools where the correct DragonFly library -# XXX symlinks are not created. -# XXX -.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 "../../mk/bsd.pkg.mk" |