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/libwmf | |
parent | ba45652f7362f2061a0029e82b7e4492ec08ba74 (diff) | |
download | ports-242481663d765115bbed1b98f75cfc963c25882b.tar.gz ports-242481663d765115bbed1b98f75cfc963c25882b.zip |
Notes
Diffstat (limited to 'graphics/libwmf')
-rw-r--r-- | graphics/libwmf/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/libwmf/Makefile b/graphics/libwmf/Makefile index 8ba7bae9927e..f883a1a083d2 100644 --- a/graphics/libwmf/Makefile +++ b/graphics/libwmf/Makefile @@ -36,8 +36,6 @@ OPTIONS_SUB= yes X11_USE= XORG=x11 X11_CONFIGURE_OFF=--with-x=no -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} -e 's|src include fonts doc|src include fonts|g' \ ${WRKSRC}/Makefile.in @@ -46,11 +44,9 @@ post-patch: s|@LIBWMF_GDK_PIXBUF_FALSE@||g ; \ s|: install-loaderLTLIBRARIES|:|g' ${WRKSRC}/src/Makefile.in -post-install: -.if ${PORT_OPTIONS:MDOCS} +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @${TAR} -C ${WRKSRC}/doc --exclude '*Makefile*' -cf - . | \ ${TAR} -C ${STAGEDIR}${DOCSDIR} --unlink -xf - -.endif .include <bsd.port.mk> |