diff options
-rw-r--r-- | lang/python33/Makefile | 2 | ||||
-rw-r--r-- | lang/python34/Makefile | 2 | ||||
-rw-r--r-- | lang/python35/Makefile | 2 |
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 |