diff options
Diffstat (limited to 'games/ptkei/Makefile')
-rw-r--r-- | games/ptkei/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/games/ptkei/Makefile b/games/ptkei/Makefile index 97044cc64fe4..d171bf7e7a25 100644 --- a/games/ptkei/Makefile +++ b/games/ptkei/Makefile @@ -16,8 +16,6 @@ USES= python do-build: @${FIND} ${WRKSRC} -name "*.pyc" -delete - @${FIND} ${WRKSRC} \( -type f -or -type l \) | ${XARGS} ${CHMOD} 644 - @${FIND} ${WRKSRC} -type d | ${XARGS} ${CHMOD} 755 @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} 2>/dev/null do-install: |