diff options
Diffstat (limited to 'archivers/snappy/Makefile')
-rw-r--r-- | archivers/snappy/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/archivers/snappy/Makefile b/archivers/snappy/Makefile index 8c27b9363308..fa1e8702feed 100644 --- a/archivers/snappy/Makefile +++ b/archivers/snappy/Makefile @@ -8,6 +8,7 @@ PORTNAME= snappy PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -17,4 +18,11 @@ COMMENT= A fast compressor/decompressor library GNU_CONFIGURE= yes USE_LDCONFIG= yes +post-patch: +.if defined(NOPORTDOCS) + ${REINPLACE_CMD} -e \ + '/^install-data-am:/ s|install-dist_docDATA||' \ + ${WRKSRC}/Makefile.in +.endif + .include <bsd.port.mk> |