diff options
author | asami <asami@FreeBSD.org> | 1998-04-24 13:37:15 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-04-24 13:37:15 +0800 |
commit | cd9900f36175dbd0537508f60e9b31b5ac004676 (patch) | |
tree | a4f49668404002c8db1d51567174282c3872d882 /japanese | |
parent | 4528a6799549c5fc83c278ee3443fe540d2cdbc6 (diff) | |
download | freebsd-ports-gnome-cd9900f36175dbd0537508f60e9b31b5ac004676.tar.gz freebsd-ports-gnome-cd9900f36175dbd0537508f60e9b31b5ac004676.tar.zst freebsd-ports-gnome-cd9900f36175dbd0537508f60e9b31b5ac004676.zip |
No need to use += for variable only defined once.
Diffstat (limited to 'japanese')
-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) |