aboutsummaryrefslogtreecommitdiff
path: root/archivers/py-lzma/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2007-01-06 09:48:24 +0000
committerErwin Lansing <erwin@FreeBSD.org>2007-01-06 09:48:24 +0000
commit254940072379928de7e5de50e62152dfb4af4585 (patch)
treeeeed131563e748580e8bf90dc9141c1b2bf0abe9 /archivers/py-lzma/Makefile
parentaf42c67d41e8ea8ce57089c2dd6c86b5a95e1323 (diff)
Notes
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>