aboutsummaryrefslogtreecommitdiff
path: root/archivers/snappy/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-15 22:22:20 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-15 22:22:20 +0000
commit082777094ed5967fb197b2479441f8d1186aef3d (patch)
tree70ddff929bdfc62d3cb27c519edf9f67b57eacba /archivers/snappy/Makefile
parent463a06e437e4f4601d9286bff19416b6ba57b5b2 (diff)
Notes
Diffstat (limited to 'archivers/snappy/Makefile')
-rw-r--r--archivers/snappy/Makefile17
1 files changed, 2 insertions, 15 deletions
diff --git a/archivers/snappy/Makefile b/archivers/snappy/Makefile
index bb1024c42a3f..3ef17288bc2f 100644
--- a/archivers/snappy/Makefile
+++ b/archivers/snappy/Makefile
@@ -16,19 +16,6 @@ CONFIGURE_ARGS= --disable-gtest
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-.include <bsd.port.options.mk>
+BROKEN_sparc64= Does not compile on sparc64
-post-patch:
-.if empty(PORT_OPTIONS:MDOCS)
- ${REINPLACE_CMD} -e \
- '/^install-data-am:/ s|install-dist_docDATA||' \
- ${WRKSRC}/Makefile.in
-.endif
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "sparc64"
-BROKEN= Does not compile on sparc64
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>