diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-26 19:37:57 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-26 19:37:57 +0000 |
commit | 242481663d765115bbed1b98f75cfc963c25882b (patch) | |
tree | 0e863bf0019a9552bfcdc1412ee1f003904494ec /graphics/zbar/Makefile | |
parent | ba45652f7362f2061a0029e82b7e4492ec08ba74 (diff) | |
download | ports-242481663d765115bbed1b98f75cfc963c25882b.tar.gz ports-242481663d765115bbed1b98f75cfc963c25882b.zip |
Notes
Diffstat (limited to 'graphics/zbar/Makefile')
-rw-r--r-- | graphics/zbar/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/zbar/Makefile b/graphics/zbar/Makefile index 4121ef8717f3..4f178c0b755a 100644 --- a/graphics/zbar/Makefile +++ b/graphics/zbar/Makefile @@ -52,15 +52,13 @@ QT4_CONFIGURE_OFF= --with-qt=no CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} 's|^pkgconfigdir = .*|pkgconfigdir = ${PREFIX}/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.in -.if empty(PORT_OPTIONS:MDOCS) + +post-patch-DOCS-off: @${REINPLACE_CMD} '/^install-data-am: /s/install-dist_docDATA//' \ ${WRKSRC}/Makefile.in -.endif post-install: # make check-plist happy |