diff options
author | hubertf <hubertf> | 1997-12-22 07:45:38 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-12-22 07:45:38 +0000 |
commit | 52d384397b4eab7e2f7ad85e7a1876b7c7640f79 (patch) | |
tree | f1ede92dd4a3f7486eb9c5b1fc31bf76545494e9 /misc | |
parent | cb34d052b89995e07534e1e89945df2dbae1e0c6 (diff) | |
download | pkgsrc-52d384397b4eab7e2f7ad85e7a1876b7c7640f79.tar.gz |
Fix setting CONFIGURE_ARGS ("=" -> "+=")
Diffstat (limited to 'misc')
-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 |
4 files changed, 8 insertions, 8 deletions
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 |