aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-pytsk/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-12-14 19:41:58 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-12-14 19:41:58 +0000
commit11244cd0fd71f781c86879e8707ab5b6ba5a114d (patch)
tree945079faecb2cc93885a5b8743b4b851e218ff6d /sysutils/py-pytsk/Makefile
parente0d8e9dede09535844d42cea07661f700053240b (diff)
Notes
Diffstat (limited to 'sysutils/py-pytsk/Makefile')
-rw-r--r--sysutils/py-pytsk/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/sysutils/py-pytsk/Makefile b/sysutils/py-pytsk/Makefile
index 3efe29b64cb2..df6d537c9216 100644
--- a/sysutils/py-pytsk/Makefile
+++ b/sysutils/py-pytsk/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pytsk
-DISTVERSION= 2013-11-24
+DISTVERSION= 2013-12-13
CATEGORIES= sysutils security devel python
MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiScUxsUm54cG02RDA/ \
LOCAL/antoine
@@ -24,8 +24,7 @@ python_OLD_CMD= .*
python_CMD= ${PYTHON_CMD}
USE_PYTHON= -2.7
USE_PYDISTUTILS=yes
-PYDISTUTILS_PKGNAME=pytsk3
-PYDISTUTILS_PKGVERSION=4.1.2
+PYDISTUTILS_AUTOPLIST=yes
post-patch:
${REINPLACE_CMD} -e "s|'/', 'usr', 'local'|'${LOCALBASE}'|" \
@@ -37,8 +36,6 @@ PORTDOCS= README
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
PORTEXAMPLES= *
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/pytsk3.so
-
OPTIONS_DEFINE= DOCS EXAMPLES
.include <bsd.port.options.mk>
@@ -50,7 +47,7 @@ post-install:
.endif
.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/samples/*.py ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_SCRIPT} ${WRKSRC}/samples/*.py ${STAGEDIR}${EXAMPLESDIR}
.endif
.include <bsd.port.mk>