diff options
Diffstat (limited to 'textproc/tclExpat')
-rw-r--r-- | textproc/tclExpat/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/tclExpat/Makefile b/textproc/tclExpat/Makefile index c23fd24ad143..43fa838ef442 100644 --- a/textproc/tclExpat/Makefile +++ b/textproc/tclExpat/Makefile @@ -20,6 +20,8 @@ PLIST_SUB+= TCL_VERSION=${TCL_VER} MAKEFILE= ${FILESDIR}/Makefile MAKE_ENV+= TCL_VERSION=${TCL_VER} +OPTIONS_DEFINE= DOCS + # Remove the old version of expat bundled with the package: post-extract: ${RM} -rf ${WRKSRC}/expat |