aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python34
diff options
context:
space:
mode:
authorsbruno <sbruno@FreeBSD.org>2017-08-08 09:39:37 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2018-02-04 05:19:26 +0800
commit2c57f3075110fabd73ba8691e3013ed85921c8ee (patch)
treee04649344c53e541ff21dbde8d1d3b1205d4645d /lang/python34
parent4d6c3b68f7cc821574b4dc0399580346c27fc391 (diff)
downloadfreebsd-ports-gnome-2c57f3075110fabd73ba8691e3013ed85921c8ee.tar.gz
freebsd-ports-gnome-2c57f3075110fabd73ba8691e3013ed85921c8ee.tar.zst
freebsd-ports-gnome-2c57f3075110fabd73ba8691e3013ed85921c8ee.zip
Pointyhat to me.
A stray '.' somehow made it past my testing. Do *not* bump portrevision as this only affects the packaging/stage of these ports on mips/armv6 or other cross compiled targets. PR: 221202 Reported by: antoine
Diffstat (limited to 'lang/python34')
-rw-r--r--lang/python34/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python34/Makefile b/lang/python34/Makefile
index a33984778dad..1077bbc53187 100644
--- a/lang/python34/Makefile
+++ b/lang/python34/Makefile
@@ -140,7 +140,7 @@ post-install:
# FreeBSD base system provides. sbruno 02Aug2017
.if ${CC} == /nxb-bin/usr/bin/cc
@${REINPLACE_CMD} -e 's=/nxb-bin==' \
- ${STAGEDIR}${PREFIX}/lib/python3.4./_sysconfigdata.py
+ ${STAGEDIR}${PREFIX}/lib/python3.4/_sysconfigdata.py
@${REINPLACE_CMD} -e 's=/nxb-bin==' \
${STAGEDIR}${PREFIX}/lib/python3.4/config-3.4m/Makefile
.endif