diff options
| author | Beech Rintoul <beech@FreeBSD.org> | 2008-07-08 01:06:29 +0000 |
|---|---|---|
| committer | Beech Rintoul <beech@FreeBSD.org> | 2008-07-08 01:06:29 +0000 |
| commit | 29affe455430d138d927fb98d7491e296a34f84d (patch) | |
| tree | 85d8c3773e6b37a77d8eab6545bef5557f71a24a | |
| parent | - Don't install *.bak files. (diff) | |
- Set NOPORTDOCS=yes, docs are built from the main port.
| -rw-r--r-- | devel/tclxml-expat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/tclxml-expat/Makefile b/devel/tclxml-expat/Makefile index 1439bc6956cf..fe58235b1f6b 100644 --- a/devel/tclxml-expat/Makefile +++ b/devel/tclxml-expat/Makefile @@ -19,5 +19,6 @@ CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" MASTERDIR= ${.CURDIR}/../tclxml BUILDING_EXPAT= yes +NOPORTDOCS= yes .include "${MASTERDIR}/Makefile" |
