aboutsummaryrefslogtreecommitdiffstats
path: root/databases/levigo
diff options
context:
space:
mode:
authorjunovitch <junovitch@FreeBSD.org>2015-08-04 10:27:33 +0800
committerjunovitch <junovitch@FreeBSD.org>2015-08-04 10:27:33 +0800
commit71a02a0e10dc788092f4ec4ca37c377c60f2ce5b (patch)
treef090241c43f7c376618c1c13b6c7febfb8caa9a6 /databases/levigo
parentda62a72c5b4268d425e2932822bf438a25d49217 (diff)
downloadfreebsd-ports-gnome-71a02a0e10dc788092f4ec4ca37c377c60f2ce5b.tar.gz
freebsd-ports-gnome-71a02a0e10dc788092f4ec4ca37c377c60f2ce5b.tar.zst
freebsd-ports-gnome-71a02a0e10dc788092f4ec4ca37c377c60f2ce5b.zip
Trim spurious slash that caused recursive CONFIGURE_ENV warning
PR: 201733 Submitted by: tremere@cainites.net Approved by: cheffo@freebsd-bg.org (maintainer), pgollucci (mentor)
Diffstat (limited to 'databases/levigo')
-rw-r--r--databases/levigo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/levigo/Makefile b/databases/levigo/Makefile
index d3e5dac0836b..b144a716d01d 100644
--- a/databases/levigo/Makefile
+++ b/databases/levigo/Makefile
@@ -35,7 +35,7 @@ USE_GCC= yes
.endif
CONFIGURE_ENV+= CC=${CC} \
- CXX=${CXX} \
+ CXX=${CXX}
GO_ENV+= ${CONFIGURE_ENV}
.include "${PORTSDIR}/lang/go/files/bsd.go.mk"