1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

No need to use += for variable only defined once.

This commit is contained in:
Satoshi Asami 1998-04-24 05:37:15 +00:00
parent 13015de338
commit e1e2ea9a08
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10663

View File

@ -3,7 +3,7 @@
# Date created: 30 Sep 1997 # Date created: 30 Sep 1997
# Whom: Kawaguti Ginga <ginga@amalthea.phys.s.u-tokyo.ac.jp> # 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 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 MAINTAINER= ginga@amalthea.phys.s.u-tokyo.ac.jp
USE_X11= yes USE_X11= yes
MAKE_ENV+= INSTALL_DATA="${INSTALL_DATA}" MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}"
post-install: post-install:
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)