From f8885f67cf2eb5fe5ecdd02a823fba7a619ff1f2 Mon Sep 17 00:00:00 2001 From: jsyn Date: Wed, 25 Jul 2001 05:43:49 +0000 Subject: [PATCH] remove unnecessary CC/CFLAGS passing -- it's supported in bsd.port.mk --- devel/rats/Makefile | 3 +-- security/corkscrew/Makefile | 3 +-- security/hlfl/Makefile | 3 +-- security/sentinel/Makefile | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/devel/rats/Makefile b/devel/rats/Makefile index de1cfa132d1..35e8a16b5f2 100644 --- a/devel/rats/Makefile +++ b/devel/rats/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2001/07/22 05:39:20 jsyn Exp $ +# $OpenBSD: Makefile,v 1.4 2001/07/25 05:43:49 jsyn Exp $ COMMENT= "c source code auditing tool" @@ -22,7 +22,6 @@ LIB_DEPENDS= expat::textproc/expat CONFIGURE_STYLE= gnu dest CONFIGURE_ARGS+= --with-expat-lib=${LOCALBASE}/lib \ --with-expat-include=${LOCALBASE}/include -CONFIGURE_ENV= CC="${CC}" CFLAGS="${CFLAGS}" ALL_TARGET= rats diff --git a/security/corkscrew/Makefile b/security/corkscrew/Makefile index 03125f5d9cb..c81724b94ae 100644 --- a/security/corkscrew/Makefile +++ b/security/corkscrew/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2001/07/22 05:39:20 jsyn Exp $ +# $OpenBSD: Makefile,v 1.3 2001/07/25 05:43:49 jsyn Exp $ COMMENT= "http tunneling utility for ssh" @@ -18,7 +18,6 @@ PERMIT_DISTFILES_FTP= Yes MASTER_SITES= http://www.agroman.net/corkscrew/ CONFIGURE_STYLE= gnu -CONFIGURE_ENV= CC="${CC}" CFLAGS="${CFLAGS}" WRKDIST= ${WRKDIR}/corkscrew diff --git a/security/hlfl/Makefile b/security/hlfl/Makefile index 4d0acec2598..0d375725593 100644 --- a/security/hlfl/Makefile +++ b/security/hlfl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2001/07/22 05:44:52 jsyn Exp $ +# $OpenBSD: Makefile,v 1.3 2001/07/25 05:43:49 jsyn Exp $ COMMENT= "high level firewall language" @@ -19,7 +19,6 @@ MASTER_SITES= http://www.hlfl.org/hlfl/ \ ftp://ftp.hlfl.org/pub/hlfl/ CONFIGURE_STYLE= gnu -CONFIGURE_ENV= CXX=${CXX} CFLAGS="${CFLAGS}" FAKE_FLAGS= prefix=${WRKINST}${PREFIX} datadir=${WRKINST}${PREFIX}/share/examples post-extract: diff --git a/security/sentinel/Makefile b/security/sentinel/Makefile index f923a45ec15..3e494aad4a8 100644 --- a/security/sentinel/Makefile +++ b/security/sentinel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2001/07/22 05:39:20 jsyn Exp $ +# $OpenBSD: Makefile,v 1.3 2001/07/25 05:43:49 jsyn Exp $ COMMENT= "remote promiscous mode detection tool" @@ -21,7 +21,6 @@ MASTER_SITES= http://www.packetfactory.net/Projects/sentinel/ \ LIB_DEPENDS= net::net/libnet CONFIGURE_STYLE= gnu -CONFIGURE_ENV= CC="${CC}" CFLAGS="${CFLAGS}" post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/sentinel