aboutsummaryrefslogtreecommitdiff
path: root/archivers/py-lzma/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/py-lzma/Makefile')
-rw-r--r--archivers/py-lzma/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/archivers/py-lzma/Makefile b/archivers/py-lzma/Makefile
index 67bb94fce900..a464d137089d 100644
--- a/archivers/py-lzma/Makefile
+++ b/archivers/py-lzma/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= lzma
-PORTVERSION= 0.0.3
+PORTVERSION= 0.3.0
CATEGORIES= archivers python
MASTER_SITES= http://www.joachim-bauch.de/projects/python/pylzma/releases/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,8 +18,4 @@ COMMENT= Python binding for the LZMA compression library
USE_PYTHON= yes
USE_PYDISTUTILS=yes
-post-patch:
- ${FIND} ${WRKSRC} -name '*.cpp' -or -name '*.c' -or \
- -name '*.h' | ${XARGS} -n1 ${REINPLACE_CMD} 's/ //g'
-
.include <bsd.port.mk>