aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-05-12 02:21:04 +0800
committerpav <pav@FreeBSD.org>2005-05-12 02:21:04 +0800
commit47ea268efd67bd6df9877316cc4d6133e8eedec2 (patch)
treef8cafc384706771aeabc029216cb54ae44a9dd83 /databases
parentb0658dd9731e12332825e0ce333c175746c3d4b8 (diff)
downloadfreebsd-ports-gnome-47ea268efd67bd6df9877316cc4d6133e8eedec2.tar.gz
freebsd-ports-gnome-47ea268efd67bd6df9877316cc4d6133e8eedec2.tar.zst
freebsd-ports-gnome-47ea268efd67bd6df9877316cc4d6133e8eedec2.zip
- ${ENV} is a generic shell variable in /bin/sh and in bash,
what was intended is ${SETENV} Approved by: maintainer Pointy hat to: sem
Diffstat (limited to 'databases')
-rw-r--r--databases/firebird-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/firebird-devel/Makefile b/databases/firebird-devel/Makefile
index 394a68fd9671..2f2110942581 100644
--- a/databases/firebird-devel/Makefile
+++ b/databases/firebird-devel/Makefile
@@ -60,14 +60,14 @@ post-patch:
${WRKSRC}/builds/install/arch-specific/freebsd/install.sh.in
do-configure:
- @(cd ${WRKSRC} && ${ENV} CC=${CC} CXX=${CXX} MAKE=${GMAKE} \
+ @(cd ${WRKSRC} && ${SETENV} CC=${CC} CXX=${CXX} MAKE=${GMAKE} \
${AUTOTOOLS_VARS} ./autogen.sh --prefix=${PREFIX}/firebird \
--with-lock-manager --with-editline)
do-build:
@( \
cd ${WRKSRC}; \
- ${ENV} CC=${CC} CXX=${CXX} ${GMAKE} all; \
+ ${SETENV} CC=${CC} CXX=${CXX} ${GMAKE} all; \
)
post-install: