diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-06-26 09:27:45 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-06-26 09:27:45 +0000 |
commit | 814aebf9c6879670795426a9550519f16d3e72c4 (patch) | |
tree | 275c52e077b03b54e489992dabcbea09f150e583 /japanese/canna-lib | |
parent | ae6515a2cb3ec108b32f45d68a1406514c628f49 (diff) | |
download | ports-814aebf9c6879670795426a9550519f16d3e72c4.tar.gz ports-814aebf9c6879670795426a9550519f16d3e72c4.zip |
Notes
Diffstat (limited to 'japanese/canna-lib')
-rw-r--r-- | japanese/canna-lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/canna-lib/Makefile b/japanese/canna-lib/Makefile index ed867f374c65..85a67b81c634 100644 --- a/japanese/canna-lib/Makefile +++ b/japanese/canna-lib/Makefile @@ -4,7 +4,7 @@ # Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> # NIIMI Satoshi <sa2c@and.or.jp> # -# $Id: Makefile,v 1.5 1995/06/22 00:32:02 asami Exp $ +# $Id: Makefile,v 1.6 1995/06/24 11:38:36 asami Exp $ # DISTNAME= Canna32p2 @@ -19,7 +19,7 @@ PATCH_STRIP= -p1 ALL_TARGET= canna pre-configure: - @(cd ${WRKSRC}; ${XMKMF}) + @(cd ${WRKSRC}; xmkmf) post-install: ldconfig -m ${PREFIX}/lib |