summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-03-01 18:12:44 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-03-01 18:12:44 +0000
commit72cff880d5fffa089feb2ad659ac2ed6438bce34 (patch)
treedc95dbb297b8c80aee5bbed6b5bd87d57b2ebfd2 /textproc
parent- Convert to autoplist (diff)
- Convert to autoplist
- Stage support - Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=346701
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-libtre/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/py-libtre/Makefile b/textproc/py-libtre/Makefile
index 8be22c31ceb2..8861cc45672e 100644
--- a/textproc/py-libtre/Makefile
+++ b/textproc/py-libtre/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libtre
PORTVERSION= 0.8.0
+PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= http://laurikari.net/tre/ \
LOCAL/bf
@@ -19,7 +20,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USE_BZIP2= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
-PYDISTUTILS_PKGNAME= tre
+PYDISTUTILS_AUTOPLIST= yes
BUILD_WRKSRC= ${WRKSRC}/python
INSTALL_WRKSRC= ${WRKSRC}/python
@@ -32,7 +33,4 @@ CFLAGS+= -Wuninitialized -ffast-math -finline-functions \
-fforce-mem -fforce-addr -O3
.endif
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/tre.so
-
-NO_STAGE= yes
.include <bsd.port.mk>