diff options
Diffstat (limited to 'math/py-bitvector/Makefile')
-rw-r--r-- | math/py-bitvector/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-bitvector/Makefile b/math/py-bitvector/Makefile index 64c0a4cab4a6..f04b1bb88c2d 100644 --- a/math/py-bitvector/Makefile +++ b/math/py-bitvector/Makefile @@ -20,7 +20,7 @@ PYDISTUTILS_PKGNAME= BitVector PORTDOCS= README BitVector-${PORTVERSION}.html post-extract: - @${RM} -f ${WRKSRC}/test.py + @${RM} ${WRKSRC}/test.py DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} |