aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-02-01 09:53:35 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-02-01 09:53:35 +0000
commit803b0431b31353c7ea98f32bc3bdef95adbf2330 (patch)
tree3d76a1bc56b7dda31908b22d58e4cf9f97fc39e1
parent6be84653255ba473f79d24a8394f03ac51606caa (diff)
downloadports-803b0431b31353c7ea98f32bc3bdef95adbf2330.tar.gz
ports-803b0431b31353c7ea98f32bc3bdef95adbf2330.zip
- Skip version 4.1.3 as it breaks python bindings
- While here, remove DOCS conditionals
Notes
Notes: svn path=/head/; revision=342106
-rw-r--r--sysutils/sleuthkit/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/sleuthkit/Makefile b/sysutils/sleuthkit/Makefile
index 32351627c440..6f799ab1a524 100644
--- a/sysutils/sleuthkit/Makefile
+++ b/sysutils/sleuthkit/Makefile
@@ -23,6 +23,8 @@ RUN_DEPENDS= p5-DateTime-TimeZone>=0:${PORTSDIR}/devel/p5-DateTime-TimeZone \
exif:${PORTSDIR}/graphics/exif
CONFLICTS= ja-ls-[0-9]* icat-[0-9]*
+# Version 4.1.3 breaks python bindings
+PORTSCOUT= skipv:4.1.3
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_path_PERL="${PERL}"
@@ -40,12 +42,8 @@ LIBEWF_LIB_DEPENDS= libewf.so:${PORTSDIR}/devel/libewf
LIBEWF_CONFIGURE_ON= --with-libewf=${LOCALBASE}
LIBEWF_CONFIGURE_OFF= --without-libewf
-.include <bsd.port.options.mk>
-
post-install:
-.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>