aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-11-23 16:38:25 +0800
committerasami <asami@FreeBSD.org>1998-11-23 16:38:25 +0800
commit5e555718f262b548d6a46045066258ef09f9da70 (patch)
treecdba8e80d701e03d1e001a50213a8b3b6917bacf /net
parent5bdb0cd2a3033578db6011a411613cb8ab5497f5 (diff)
downloadfreebsd-ports-graphics-5e555718f262b548d6a46045066258ef09f9da70.tar.gz
freebsd-ports-graphics-5e555718f262b548d6a46045066258ef09f9da70.tar.zst
freebsd-ports-graphics-5e555718f262b548d6a46045066258ef09f9da70.zip
No need to use += for variables defined only once.
Diffstat (limited to 'net')
-rw-r--r--net/ppp-nt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ppp-nt/Makefile b/net/ppp-nt/Makefile
index 5c3f160c4d8..4802b11059a 100644
--- a/net/ppp-nt/Makefile
+++ b/net/ppp-nt/Makefile
@@ -3,7 +3,7 @@
# Date created: 10 August 1998
# Whom: SADA Kenji <sada@FreeBSD.ORG>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/11/22 17:12:38 sada Exp $
#
DISTNAME= ppp-2.2.7
@@ -23,7 +23,7 @@ MAINTAINER= sada@FreeBSD.ORG
MANCOMPRESSED= yes
MAN8= ppp.8
WRKSRC= ${WRKDIR}/ppp
-MAKE_ENV+= USE_SCHEDULE=YES
+MAKE_ENV= USE_SCHEDULE=YES
.SILENT: