diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-03 14:09:17 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-03 14:09:17 +0000 |
commit | 6b4de2698636ccc6f6b7a341e63f08d05a73cb01 (patch) | |
tree | aa7d1cdb860adb0016f7fed0c6f208abcb26070a /textproc/liblingoteach | |
parent | 846825312aa2fb296f9c628ea6423c337b94fc52 (diff) |
Notes
Diffstat (limited to 'textproc/liblingoteach')
-rw-r--r-- | textproc/liblingoteach/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/textproc/liblingoteach/Makefile b/textproc/liblingoteach/Makefile index 549f783727e4..9078d2b078e7 100644 --- a/textproc/liblingoteach/Makefile +++ b/textproc/liblingoteach/Makefile @@ -22,13 +22,9 @@ DEBUG_DESC= Additional debugging information and output ZLIB_CONFIGURE_WITH= compression DEBUG_CONFIGURE_ENABLE= debug -.include <bsd.port.options.mk> - -.if ! ${PORT_OPTIONS:MDOCS} -post-patch: +post-patch-DOCS-off: @${REINPLACE_CMD} 's|SUBDIRS = src test doc|SUBDIRS = src test|' \ ${WRKSRC}/Makefile.in -.endif post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so |