diff options
Diffstat (limited to 'japanese/Canna/Makefile')
-rw-r--r-- | japanese/Canna/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/japanese/Canna/Makefile b/japanese/Canna/Makefile index 3348f096f37d..ed867f374c65 100644 --- a/japanese/Canna/Makefile +++ b/japanese/Canna/Makefile @@ -4,7 +4,7 @@ # Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> # NIIMI Satoshi <sa2c@and.or.jp> # -# $Id: Makefile,v 1.4 1995/04/07 05:47:57 asami Exp $ +# $Id: Makefile,v 1.5 1995/06/22 00:32:02 asami Exp $ # DISTNAME= Canna32p2 @@ -21,4 +21,7 @@ ALL_TARGET= canna pre-configure: @(cd ${WRKSRC}; ${XMKMF}) +post-install: + ldconfig -m ${PREFIX}/lib + .include <bsd.port.mk> |