diff options
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 |