aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-01-26 16:40:14 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-01-26 16:40:14 +0000
commit8ed5ece3b3bcad8b8376ef2e6612740390df85e4 (patch)
treeb885dbf3a60e9733a229f40b10a508376581c99a /textproc
parent0777385b680400d9e81eb38530c5537953802de6 (diff)
downloadports-8ed5ece3b3bcad8b8376ef2e6612740390df85e4.tar.gz
ports-8ed5ece3b3bcad8b8376ef2e6612740390df85e4.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-sgrep/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/py-sgrep/Makefile b/textproc/py-sgrep/Makefile
index 94bb616e94f6..62d75b0971ea 100644
--- a/textproc/py-sgrep/Makefile
+++ b/textproc/py-sgrep/Makefile
@@ -13,16 +13,13 @@ EXTRACT_ONLY= sgrep-${SGREP_VER}.tar.gz
MAINTAINER= python@FreeBSD.org
COMMENT= Python wrappers for Sgrep
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/sgreplib.so
SGREP_VER= 1.94a
WRKSRC= ${WRKDIR}/sgrep-${SGREP_VER}
GNU_CONFIGURE= yes
-USE_PYTHON= yes
+USE_PYTHON= yes
USE_PYDISTUTILS= yes
-PYDISTUTILS_PKGNAME= pysgrep
-PYDISTUTILS_PKGVERSION= 1.0a
+PYDISTUTILS_AUTOPLIST= yes
-NO_STAGE= yes
post-extract:
@${TAR} -zxf ${DISTDIR}/pysgrep-${PORTVERSION}.tar.gz -C ${WRKSRC}