diff options
-rw-r--r-- | lang/python-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python-tools/Makefile b/lang/python-tools/Makefile index db328ff56aa9..543827bbfdcc 100644 --- a/lang/python-tools/Makefile +++ b/lang/python-tools/Makefile @@ -22,7 +22,7 @@ DISTINFO_FILE= ${PORTSDIR}/lang/python${PYTHON_SUFFIX}/distinfo WRKSRC= ${WRKDIR}/Python-${PORTVERSION}/Tools/scripts SCRIPT_FILES= byteyears checkpyc copytime crlf dutree \ - ftpmirror lfcr ptags untabify + lfcr ptags untabify PYLIB_FILES= tabnanny timeit PLIST_FILES= ${SCRIPT_FILES:C/^.*/bin\/&/g} ${PYLIB_FILES:C/^.*/bin\/&/g} |