diff options
-rw-r--r-- | devel/cvs/Makefile | 2 | ||||
-rw-r--r-- | devel/m4/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs20/Makefile | 4 | ||||
-rw-r--r-- | editors/xvile/Makefile | 4 | ||||
-rw-r--r-- | lang/perl5/Makefile | 4 | ||||
-rw-r--r-- | lang/scheme48/Makefile | 4 | ||||
-rw-r--r-- | mail/nmh/Makefile | 4 | ||||
-rw-r--r-- | misc/git/Makefile | 4 | ||||
-rw-r--r-- | misc/logsurfer/Makefile | 4 | ||||
-rw-r--r-- | misc/mc/Makefile | 4 | ||||
-rw-r--r-- | misc/rpm/Makefile | 4 | ||||
-rw-r--r-- | net/scotty/Makefile | 4 | ||||
-rw-r--r-- | net/socks5/Makefile | 4 | ||||
-rw-r--r-- | security/ssh/Makefile | 4 | ||||
-rw-r--r-- | security/sudo/Makefile | 4 | ||||
-rw-r--r-- | sysutils/mc/Makefile | 4 | ||||
-rw-r--r-- | sysutils/top/Makefile | 6 |
18 files changed, 36 insertions, 36 deletions
diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile index 8d31a5a5212..a131ee2528d 100644 --- a/devel/cvs/Makefile +++ b/devel/cvs/Makefile @@ -13,7 +13,7 @@ MAINTAINER= lamj@stat.cmu.edu GNU_CONFIGURE= yes .if exists(/usr/lib/libkrb.a) -CONFIGURE_ARGS= --with-krb4=/usr --enable-encryption +CONFIGURE_ARGS+= --with-krb4=/usr --enable-encryption .endif MAN1= cvs.1 diff --git a/devel/m4/Makefile b/devel/m4/Makefile index 252723f2175..89cc90cc781 100644 --- a/devel/m4/Makefile +++ b/devel/m4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1997/11/13 14:37:52 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 1997/12/22 07:45:39 hubertf Exp $ # New ports collection makefile for: m4 # Version required: 1.4 # Date created: 25 October 1994 @@ -12,7 +12,7 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} GNU_CONFIGURE=yes -CONFIGURE_ARGS= --program-prefix=g +CONFIGURE_ARGS+= --program-prefix=g OPSYS!= uname -s diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 2c2f1c0d38a..b57205d2587 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -3,7 +3,7 @@ # Date created: 11 October 1997 # Whom: hubertf # -# $Id: Makefile,v 1.2 1997/10/11 21:32:53 hubertf Exp $ +# $Id: Makefile,v 1.3 1997/12/22 07:45:40 hubertf Exp $ # DISTNAME= emacs-20.2 @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo RUN_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo GNU_CONFIGURE= yes #USE_GMAKE= yes -CONFIGURE_ARGS= ${MACHINE_ARCH}--netbsd --with-pop --with-x --with-x-toolkit=lucid +CONFIGURE_ARGS+= ${MACHINE_ARCH}--netbsd --with-pop --with-x --with-x-toolkit=lucid STRIP= MAN1= emacs.1 etags.1 ctags.1 diff --git a/editors/xemacs20/Makefile b/editors/xemacs20/Makefile index 44d4449819b..0177d924d52 100644 --- a/editors/xemacs20/Makefile +++ b/editors/xemacs20/Makefile @@ -3,7 +3,7 @@ # Date created: 26 August 1997 # Whom: Michael Elbel (me) # -# $NetBSD: Makefile,v 1.4 1997/12/13 19:02:24 agc Exp $ +# $NetBSD: Makefile,v 1.5 1997/12/22 07:45:41 hubertf Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp # @@ -37,7 +37,7 @@ MAINTAINER= agc@netbsd.org WITH_SOUND= .endif -CONFIGURE_ARGS= ${ARCH}--`echo ${OPSYS}|tr [A-Z] [a-z]` --prefix=${PREFIX} \ +CONFIGURE_ARGS+= ${ARCH}--`echo ${OPSYS}|tr [A-Z] [a-z]` --prefix=${PREFIX} \ --site-includes=${PREFIX}/include \ ${WITH_SOUND} \ --site-libraries=${PREFIX}/lib \ diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 3c88e55ec89..5abfca89a94 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -3,7 +3,7 @@ # Date created: Wed Nov 26, 1996 # Whom: pgf # -# $NetBSD: Makefile,v 1.3 1997/12/19 11:25:31 agc Exp $ +# $NetBSD: Makefile,v 1.4 1997/12/22 07:45:42 hubertf Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/06 19:58:03 gj Exp # @@ -18,7 +18,7 @@ MAINTAINER= gj@freebsd.org MAKEFILE= makefile GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-screen=${SCREEN_TYPE} +CONFIGURE_ARGS+= --with-screen=${SCREEN_TYPE} MAN1= xvile.1 pre-configure: diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index 0f0ac87db2f..e096de33032 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1997/11/22 03:42:28 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1997/12/22 07:45:43 hubertf Exp $ # New ports collection makefile for: perl5 # Version required: 5.004_01 # Date created: 16 April 1995 @@ -17,7 +17,7 @@ MAINTAINER= markm@FreeBSD.ORG HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure -CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} +CONFIGURE_ARGS+= -sde -Dprefix=${PREFIX} MAN1= a2p.1 c2ph.1 h2ph.1 h2xs.1 perl.1 perlapio.1 perlbook.1 perlbot.1 \ perlbug.1 perlcall.1 perldata.1 perldebug.1 perldelta.1 perldiag.1 \ diff --git a/lang/scheme48/Makefile b/lang/scheme48/Makefile index d8ae9750515..49154f415a4 100644 --- a/lang/scheme48/Makefile +++ b/lang/scheme48/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1997/10/06 15:28:52 agc Exp $ +# $NetBSD: Makefile,v 1.3 1997/12/22 07:45:44 hubertf Exp $ # New ports collection makefile for: scheme48 # Version required: 0.46 # Date created: 25 Aug 1997 @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= jmacd@FreeBSD.ORG GNU_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} +CONFIGURE_ARGS+= --prefix=${PREFIX} ALL_TARGET = enough #NO_WRKSUBDIR= yes STRIP= diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index 5466f0a22d9..6ec10d69bb3 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -3,7 +3,7 @@ # Date created: 26 July 1997 # Whom: Scott Blachowicz <Scott.Blachowicz@seaslug.org> # -# $NetBSD: Makefile,v 1.3 1997/12/19 13:43:28 agc Exp $ +# $NetBSD: Makefile,v 1.4 1997/12/22 07:45:45 hubertf Exp $ # FreeBSD Id: Makefile,v 1.2 1997/08/04 06:51:28 markm Exp # @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.math.gatech.edu/pub/nmh/ MAINTAINER= Scott.Blachowicz@seaslug.org GNU_CONFIGURE= yes -CONFIGURE_ARGS= --libexecdir=$(PREFIX)/libexec/nmh \ +CONFIGURE_ARGS+= --libexecdir=$(PREFIX)/libexec/nmh \ --sysconfdir=$(PREFIX)/etc/nmh --enable-nmh-pop MAN1= ali.1 anno.1 burst.1 comp.1 dist.1 flist.1 folder.1 forw.1 inc.1 \ diff --git a/misc/git/Makefile b/misc/git/Makefile index 093c47537e7..cb4ecd03d82 100644 --- a/misc/git/Makefile +++ b/misc/git/Makefile @@ -3,7 +3,7 @@ # Date created: 12 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $NetBSD: Makefile,v 1.2 1997/10/24 01:17:57 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1997/12/22 07:45:46 hubertf Exp $ # FreeBSD Id: Makefile,v 1.8 1996/11/21 11:54:39 asami Exp # @@ -12,7 +12,7 @@ CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNU} GNU_CONFIGURE= YES -CONFIGURE_ARGS= ${ARCH}--netbsd +CONFIGURE_ARGS+= ${ARCH}--netbsd RUN_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo MAN1= git.1 gitaction.1 gitmount.1 gitcmp.1 gitkeys.1 \ gitredir.1 gitrgrep.1 gitps.1 gitview.1 diff --git a/misc/logsurfer/Makefile b/misc/logsurfer/Makefile index f272fe5b3e4..7da122a058d 100644 --- a/misc/logsurfer/Makefile +++ b/misc/logsurfer/Makefile @@ -3,7 +3,7 @@ # Date created: 28 Jul 1996 # Whom: shanee@rabbit.augusta.de # -# $Id: Makefile,v 1.2 1997/10/27 00:26:48 hubertf Exp $ +# $Id: Makefile,v 1.3 1997/12/22 07:45:47 hubertf Exp $ # DISTNAME= logsurfer-1.41 @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.fh-rosenheim.de/pub/systems/unix/cert/tools/audit/logsur MAINTAINER= shanee@rabbit.augusta.de GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc +CONFIGURE_ARGS+= --with-etcdir=${PREFIX}/etc MANCOMPRESSED= yes MAN1= logsurfer.1 diff --git a/misc/mc/Makefile b/misc/mc/Makefile index d34725b3483..1482201bfc4 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Oct 1997 # Whom: hubertf@netbsd.org # -# $Id: Makefile,v 1.2 1997/10/27 00:31:18 hubertf Exp $ +# $Id: Makefile,v 1.3 1997/12/22 07:45:47 hubertf Exp $ # DISTNAME= mc-4.1 @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= utils/file/managers/mc MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-ncurses --without-edit --without-subshell +CONFIGURE_ARGS+= --with-ncurses --without-edit --without-subshell MAN1= mc.1 mcedit.1 MAN8= mcserv.8 diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index c586f5133cb..beb49a1420f 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -3,7 +3,7 @@ # Date created: 23 January 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $NetBSD: Makefile,v 1.4 1997/12/17 10:15:55 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 1997/12/22 07:45:48 hubertf Exp $ # FreeBSD Id: Makefile,v 1.9 1997/09/23 07:07:32 tg Exp # @@ -17,7 +17,7 @@ MAINTAINER= tg@FreeBSD.ORG BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm GNU_CONFIGURE= yes -CONFIGURE_ARGS= ${ARCH}--netbsd +CONFIGURE_ARGS+= ${ARCH}--netbsd USE_GMAKE= yes MAN8= rpm.8 rpm2cpio.8 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 <gena@netvision.net.il> # -# $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 diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 2a149062653..0be9255dea3 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -3,7 +3,7 @@ # Date created: 19971214 # Whom: hubertf@netbsd.org # -# $NetBSD: Makefile,v 1.2 1997/12/18 02:44:51 mrg Exp $ +# $NetBSD: Makefile,v 1.3 1997/12/22 07:45:52 hubertf Exp $ # FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp # # Maximal ssh package requires YES values for @@ -37,7 +37,7 @@ IS_INTERACTIVE= YES GNU_CONFIGURE= YES -CONFIGURE_ARGS= --prefix=${PREFIX} --with-etcdir=/etc +CONFIGURE_ARGS+= --prefix=${PREFIX} --with-etcdir=/etc #Uncomment if all your users are in their own group and their homedir #is writeable by that group. Beware the security implications! diff --git a/security/sudo/Makefile b/security/sudo/Makefile index dfa695fee50..5cc3c91634b 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -3,7 +3,7 @@ # Date created: Sun Dec 14 23:01:32 MET 1997 # Whom: soren@t.dk # -# $NetBSD: Makefile,v 1.2 1997/12/14 23:38:21 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1997/12/22 07:45:53 hubertf Exp $ # FreeBSD Id: Makefile,v 1.9 1997/11/12 03:24:41 obrien Exp # @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= erich@rrnet.com GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-C2 --with-skey --with-fbsdops +CONFIGURE_ARGS+= --with-C2 --with-skey --with-fbsdops WRKSRC= ${WRKDIR}/sudo.v1.5.3 MAN5= sudoers.5 MAN8= sudo.8 visudo.8 diff --git a/sysutils/mc/Makefile b/sysutils/mc/Makefile index d34725b3483..1482201bfc4 100644 --- a/sysutils/mc/Makefile +++ b/sysutils/mc/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Oct 1997 # Whom: hubertf@netbsd.org # -# $Id: Makefile,v 1.2 1997/10/27 00:31:18 hubertf Exp $ +# $Id: Makefile,v 1.3 1997/12/22 07:45:47 hubertf Exp $ # DISTNAME= mc-4.1 @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= utils/file/managers/mc MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-ncurses --without-edit --without-subshell +CONFIGURE_ARGS+= --with-ncurses --without-edit --without-subshell MAN1= mc.1 mcedit.1 MAN8= mcserv.8 diff --git a/sysutils/top/Makefile b/sysutils/top/Makefile index fedac8cdd19..3505864ddf4 100644 --- a/sysutils/top/Makefile +++ b/sysutils/top/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1997/10/22 10:10:35 agc Exp $ +# $NetBSD: Makefile,v 1.4 1997/12/22 07:45:54 hubertf Exp $ # New ports collection makefile for: top # Version required: 3.5beta6 # Date created: 25 Sep 1994 @@ -24,9 +24,9 @@ OSVERSION!= sysctl -n kern.osreldate .if ${OSVERSION} >= 221002 BROKEN= "top is included in FreeBSD version 221002 or later" .endif -CONFIGURE_ARGS= freebsd2 +CONFIGURE_ARGS+= freebsd2 .elif (${OPSYS} == "NetBSD") -CONFIGURE_ARGS= netbsd13 +CONFIGURE_ARGS+= netbsd13 .endif pre-configure: |