From bbb99e313e14b361b6dd59e4096435efaa724a2c Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Mon, 23 Nov 1998 08:38:25 +0000 Subject: No need to use += for variables defined only once. --- net/ppp-nt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/ppp-nt') diff --git a/net/ppp-nt/Makefile b/net/ppp-nt/Makefile index 5c3f160c4d8e..4802b11059a7 100644 --- a/net/ppp-nt/Makefile +++ b/net/ppp-nt/Makefile @@ -3,7 +3,7 @@ # Date created: 10 August 1998 # Whom: SADA Kenji # -# $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: -- cgit v1.2.3