diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-04-24 05:37:15 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-04-24 05:37:15 +0000 |
commit | e1e2ea9a087208f82861414f065d8de5c44d4e09 (patch) | |
tree | 1b212c448b75cb4264376517e730766b462eecd2 | |
parent | Activate t3d. (diff) |
No need to use += for variable only defined once.
Notes
Notes:
svn path=/head/; revision=10663
-rw-r--r-- | japanese/kappa20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/kappa20/Makefile b/japanese/kappa20/Makefile index d9c2873346c8..ee775b7774d7 100644 --- a/japanese/kappa20/Makefile +++ b/japanese/kappa20/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Sep 1997 # Whom: Kawaguti Ginga <ginga@amalthea.phys.s.u-tokyo.ac.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/04/22 14:19:07 kuriyama Exp $ # DISTNAME= Kappa20-0.2 @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.st.ryukoku.ac.jp/pub/X11/fonts/ \ MAINTAINER= ginga@amalthea.phys.s.u-tokyo.ac.jp USE_X11= yes -MAKE_ENV+= INSTALL_DATA="${INSTALL_DATA}" +MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}" post-install: .if !defined(NOPORTDOCS) |