aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-08-13 11:35:24 +0800
committerasami <asami@FreeBSD.org>1998-08-13 11:35:24 +0800
commit5c7012fccb19ac084724efedc3ab0a1567d78522 (patch)
treebbf6446af777b46b1af072e49335494cf426eada /devel
parent86ef76c283fdfc9093c7c55ceccd5676aaf49bee (diff)
downloadfreebsd-ports-gnome-5c7012fccb19ac084724efedc3ab0a1567d78522.tar.gz
freebsd-ports-gnome-5c7012fccb19ac084724efedc3ab0a1567d78522.tar.zst
freebsd-ports-gnome-5c7012fccb19ac084724efedc3ab0a1567d78522.zip
No need to use += for variables defined only once.
Diffstat (limited to 'devel')
-rw-r--r--devel/xwpe/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/xwpe/Makefile b/devel/xwpe/Makefile
index 608fd868f695..09e841ed58da 100644
--- a/devel/xwpe/Makefile
+++ b/devel/xwpe/Makefile
@@ -4,7 +4,7 @@
# Date created: Fri Jan 24, 1997
# Whom: David O'Brien (obrien@FreeBSD.org)
#
-# $Id: Makefile,v 1.4 1998/02/21 05:14:09 steve Exp $
+# $Id: Makefile,v 1.5 1998/05/09 18:52:33 obrien Exp $
#
DISTNAME= xwpe-1.5.9a
@@ -20,9 +20,9 @@ MAINTAINER= obrien@FreeBSD.org
# LD_LIBRARY_PATH is to deal with a braindead libX11.a search in configure
# (once again author assumes too many Linux'isms)
# it is not exptected to be set at runtime.
-MAKE_ENV+= LD_LIBRARY_PATH="${X11BASE}/lib"
+MAKE_ENV= LD_LIBRARY_PATH="${X11BASE}/lib"
GNU_CONFIGURE= yes
-CONFIGURE_ENV+= LD_LIBRARY_PATH="${X11BASE}/lib"
+CONFIGURE_ENV= LD_LIBRARY_PATH="${X11BASE}/lib"
USE_GMAKE= yes
ALL_TARGET=
MAN1= xwpe.1