diff options
author | Sean Bruno <sbruno@FreeBSD.org> | 2017-08-08 01:39:37 +0000 |
---|---|---|
committer | Sean Bruno <sbruno@FreeBSD.org> | 2017-08-08 01:39:37 +0000 |
commit | 443e649d7263cbb0308428da573112564baf25e4 (patch) | |
tree | 908e6dbf506f6707f8d643e90d76888dae6d83f0 /lang/python33 | |
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
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 |