diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-16 11:18:26 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-16 11:18:26 +0800 |
commit | 9cd1db4fef933674a3b75d6ca4262e0ffe647637 (patch) | |
tree | 6cba635ca6a0900686686afe6df65efafe2cb104 /textproc/tclExpat | |
parent | 037277c495c4a69f56029e71eecf6838910561c8 (diff) | |
download | freebsd-ports-gnome-9cd1db4fef933674a3b75d6ca4262e0ffe647637.tar.gz freebsd-ports-gnome-9cd1db4fef933674a3b75d6ca4262e0ffe647637.tar.zst freebsd-ports-gnome-9cd1db4fef933674a3b75d6ca4262e0ffe647637.zip |
Add DOCS option where PORTDOCS is in plist.
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 |