From c3988013944bad951742d9db139c253b8f95d462 Mon Sep 17 00:00:00 2001 From: hubertf Date: Mon, 22 Dec 1997 07:45:38 +0000 Subject: Fix setting CONFIGURE_ARGS ("=" -> "+=") --- net/scotty/Makefile | 4 ++-- net/socks5/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'net') diff --git a/net/scotty/Makefile b/net/scotty/Makefile index dcb0d4b8f87..d41c64936fc 100644 --- a/net/scotty/Makefile +++ b/net/scotty/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Februar 1995 # Whom: Gennady Sorokopud # -# $NetBSD: Makefile,v 1.2 1997/11/23 22:26:53 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1997/12/22 07:45:49 hubertf Exp $ # FreeBSD Id: Makefile,v 1.21 1997/08/27 23:01:53 cwt Exp # @@ -16,7 +16,7 @@ MAINTAINER= phk@freebsd.org LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tcl-config=${PREFIX}/lib/tcl8.0 \ +CONFIGURE_ARGS+= --with-tcl-config=${PREFIX}/lib/tcl8.0 \ --with-tk-config=${PREFIX}/lib/tk8.0 WRKSRC=${WRKDIR}/${DISTNAME}/unix diff --git a/net/socks5/Makefile b/net/socks5/Makefile index 8543f690b27..dcae77e637e 100644 --- a/net/socks5/Makefile +++ b/net/socks5/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Apr 1996 # Whom: pst # -# $NetBSD: Makefile,v 1.3 1997/12/17 14:55:36 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1997/12/22 07:45:50 hubertf Exp $ # FreeBSD Id: Makefile,v 1.14 1997/08/28 06:49:06 obrien Exp # @@ -22,7 +22,7 @@ RESTRICTED= "no commercial use" # here are some extra configure args you may wish to use # see the readme file before screwing with them # -#EXTRA_CONFIGURE_ARGS= \ +#EXTRA_CONFIGURE_ARGS+= \ # --with-default-server=socks.mydomain.com \ # --with-syslog-facility=LOG_AUTH \ # --with-passwd -- cgit v1.2.3