diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-12 15:29:37 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-12 15:29:37 +0000 |
commit | cdb8256f1be073ee580443f055cea42dfa4f0a8a (patch) | |
tree | 88f5fc59ca92cb0cc696d418e8dff349c265467f /graphics/autopano-sift-c/Makefile | |
parent | df5a2ca332127a415e6435541bf0ed6a3add9e96 (diff) | |
download | ports-cdb8256f1be073ee580443f055cea42dfa4f0a8a.tar.gz ports-cdb8256f1be073ee580443f055cea42dfa4f0a8a.zip |
Notes
Diffstat (limited to 'graphics/autopano-sift-c/Makefile')
-rw-r--r-- | graphics/autopano-sift-c/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/autopano-sift-c/Makefile b/graphics/autopano-sift-c/Makefile index 477822c4641c..4dd9085c2bdd 100644 --- a/graphics/autopano-sift-c/Makefile +++ b/graphics/autopano-sift-c/Makefile @@ -27,7 +27,8 @@ PORTDOCS= * .include <bsd.port.options.mk> post-patch: - @${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/CMakeLists.txt + @${REINPLACE_CMD} -e 's|share/man|man|' -e '/set(all_libs/s/$$/ m/' \ + ${WRKSRC}/CMakeLists.txt post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} |