diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-20 21:58:58 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-20 21:58:58 +0000 |
commit | 43df3f60c75ff536c7c3f82102e54716b3ec6fd2 (patch) | |
tree | 24e840f372ec4569584fc4bc3f364993abad25b4 /sysutils/py-pytsk/Makefile | |
parent | 13931f466fd40d94144c6a54761fe43761d17602 (diff) | |
download | ports-43df3f60c75ff536c7c3f82102e54716b3ec6fd2.tar.gz ports-43df3f60c75ff536c7c3f82102e54716b3ec6fd2.zip |
Notes
Diffstat (limited to 'sysutils/py-pytsk/Makefile')
-rw-r--r-- | sysutils/py-pytsk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/py-pytsk/Makefile b/sysutils/py-pytsk/Makefile index 405969f8a5b4..3d75fce28645 100644 --- a/sysutils/py-pytsk/Makefile +++ b/sysutils/py-pytsk/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pytsk -PORTVERSION= 20140506 +PORTVERSION= 20141220 CATEGORIES= sysutils security devel python MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiScUxsUm54cG02RDA/ \ LOCAL/antoine @@ -29,7 +29,7 @@ PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES post-patch: - ${REINPLACE_CMD} -e "s|'/', 'usr', 'local'|'${LOCALBASE}'|" \ + ${REINPLACE_CMD} 's|"/", "usr", "local"|"${LOCALBASE}"|' \ ${WRKSRC}/setup.py post-install: |