summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Bruno <sbruno@FreeBSD.org>2017-08-08 01:39:37 +0000
committerSean Bruno <sbruno@FreeBSD.org>2017-08-08 01:39:37 +0000
commit443e649d7263cbb0308428da573112564baf25e4 (patch)
tree908e6dbf506f6707f8d643e90d76888dae6d83f0
parent- Update to 0.17025 (diff)
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
Notes
Notes: svn path=/head/; revision=447530
-rw-r--r--lang/python33/Makefile2
-rw-r--r--lang/python34/Makefile2
-rw-r--r--lang/python35/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/lang/python33/Makefile b/lang/python33/Makefile
index 3680345c1542..b1dc95d43954 100644
--- a/lang/python33/Makefile
+++ b/lang/python33/Makefile
@@ -135,7 +135,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.3./_sysconfigdata.py
+ ${STAGEDIR}${PREFIX}/lib/python3.3/_sysconfigdata.py
@${REINPLACE_CMD} -e 's=/nxb-bin==' \
${STAGEDIR}${PREFIX}/lib/python3.3/config-3.3m/Makefile
.endif
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
diff --git a/lang/python35/Makefile b/lang/python35/Makefile
index 5404a3cfec41..c77d967d2323 100644
--- a/lang/python35/Makefile
+++ b/lang/python35/Makefile
@@ -150,7 +150,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.5./_sysconfigdata.py
+ ${STAGEDIR}${PREFIX}/lib/python3.5/_sysconfigdata.py
@${REINPLACE_CMD} -e 's=/nxb-bin==' \
${STAGEDIR}${PREFIX}/lib/python3.5/config-3.5m/Makefile
.endif