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 | |
parent | While I'm at it, add "--with-x-toolkit" to the configure args. It (diff) |
${XMKMF} -> xmkmf, so that "make includes" and such won't get invoked
twice.
Submitted by: NIIMI Satoshi <sa2c@and.or.jp>
Notes
Notes:
svn path=/head/; revision=1891
Diffstat (limited to 'japanese/Canna')
-rw-r--r-- | japanese/Canna/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/Canna/Makefile b/japanese/Canna/Makefile index ed867f374c65..85a67b81c634 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.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 |