diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python+ipv6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python+ipv6/Makefile b/lang/python+ipv6/Makefile index 5a355c526389..c54ee904ac72 100644 --- a/lang/python+ipv6/Makefile +++ b/lang/python+ipv6/Makefile @@ -99,7 +99,7 @@ pre-install: ${INSTALL_DATA} ${WRKSRC}/Lib/${platform}/* \ ${PREFIX}/lib/python1.5/${platform}/ .endfor - @sort -r -o ${PLIST} ${PLIST_TK} ${PLIST_GMP} ${PLIST_TOOLS} ${PLIST_V6} ${PKGDIR}/pkg-plist + @sort -r -o ${PLIST} ${PLIST_GMP} ${PLIST_TOOLS} ${PLIST_V6} ${PKGDIR}/pkg-plist post-install: strip ${PREFIX}/bin/python |