diff options
Diffstat (limited to 'lang/python33')
-rw-r--r-- | lang/python33/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |