Remove the explicit passing of CPPFLAGS to CONFIGURE_ENV which is no

longer necessary.

PR:		153625
This commit is contained in:
Gerald Pfeifer 2011-03-21 22:24:00 +00:00
parent a0b327359a
commit d7fd7f1030
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271442

View file

@ -34,7 +34,7 @@ OPTIONS= MCS51 "Intel 8051 port" on \
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --docdir=${DOCSDIR}
.include <bsd.port.pre.mk>