diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-11-02 22:45:14 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-11-02 22:45:14 +0000 |
commit | d26ef18700dca59c35dc940097bf7b3db1369965 (patch) | |
tree | adf234bd1f2e56ae130e9960e1467b64c9fa0ed6 /games/ptkei | |
parent | 23211342637a054575d9dc1935d00c038cb6545f (diff) |
Notes
Diffstat (limited to 'games/ptkei')
-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: |