diff options
author | asami <asami@FreeBSD.org> | 1998-09-15 18:50:56 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-15 18:50:56 +0800 |
commit | a79cffbbecebeb653045fb194e0cbd2bbf0cbdb2 (patch) | |
tree | 7af71683c7feb4f92ef437018e465ac3f0339704 /graphics/electriceyes | |
parent | 29b9c51dbbb2d6ac7c557581b2d673e405fbf473 (diff) | |
download | freebsd-ports-gnome-a79cffbbecebeb653045fb194e0cbd2bbf0cbdb2.tar.gz freebsd-ports-gnome-a79cffbbecebeb653045fb194e0cbd2bbf0cbdb2.tar.zst freebsd-ports-gnome-a79cffbbecebeb653045fb194e0cbd2bbf0cbdb2.zip |
No need to use += for variable defined only once.
Diffstat (limited to 'graphics/electriceyes')
-rw-r--r-- | graphics/electriceyes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/electriceyes/Makefile b/graphics/electriceyes/Makefile index bcdf0d1315a5..e98ce9f1f9c3 100644 --- a/graphics/electriceyes/Makefile +++ b/graphics/electriceyes/Makefile @@ -3,7 +3,7 @@ # Date created: 21 August 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/09/06 06:45:28 vanilla Exp $ # DISTNAME= ee-0.2 @@ -18,7 +18,7 @@ LIB_DEPENDS= panel_applet\\.0:${PORTSDIR}/x11/gnomecore USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --localstatedir=${PREFIX}/share/gnome \ +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ --with-gnome=${X11BASE} CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include -I./intl" \ |