mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
No need to use += for variable only defined once.
This commit is contained in:
parent
13015de338
commit
e1e2ea9a08
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10663
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user