diff options
author | asami <asami@FreeBSD.org> | 1998-08-01 05:34:38 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-01 05:34:38 +0800 |
commit | e89fc4d6f37c9a64c5f5bee50f32f41713018e6c (patch) | |
tree | aa52eea2088ae12b705b43d8932cfffe3ec231fb /www/web500gw | |
parent | 054e266d7a1ab0a7046b15e223db5a7e4f97eb0b (diff) | |
download | freebsd-ports-gnome-e89fc4d6f37c9a64c5f5bee50f32f41713018e6c.tar.gz freebsd-ports-gnome-e89fc4d6f37c9a64c5f5bee50f32f41713018e6c.tar.zst freebsd-ports-gnome-e89fc4d6f37c9a64c5f5bee50f32f41713018e6c.zip |
You don't need to use "+=" for a variable only defined once....
Diffstat (limited to 'www/web500gw')
-rw-r--r-- | www/web500gw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/web500gw/Makefile b/www/web500gw/Makefile index 1bea4d8d89ce..4f165c4f8026 100644 --- a/www/web500gw/Makefile +++ b/www/web500gw/Makefile @@ -3,7 +3,7 @@ # Date created: 30 July 1998 # Whom: Brent J. Nordquist <bjn@visi.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/07/31 18:47:37 nectar Exp $ # DISTNAME= web500gw-2.1b2 @@ -19,7 +19,7 @@ RUN_DEPENDS= ${INSTDIR}:${PORTSDIR}/www/apache12 INSTDIR= ${PREFIX}/www/cgi-bin -MAKE_ENV+= PLATFORMCFLAGS="${CFLAGS} -DUSE_SYSCONF" \ +MAKE_ENV= PLATFORMCFLAGS="${CFLAGS} -DUSE_SYSCONF" \ INSTDIR=${INSTDIR} \ WEB500GWDIR=${WEB500GWDIR} \ MANDIR=${MANPREFIX}/man/man8 \ |