diff options
author | Martin Matuska <mm@FreeBSD.org> | 2007-08-18 09:23:11 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2007-08-18 09:23:11 +0000 |
commit | 68e3e2f64ec94177638f667efec628f24a07f687 (patch) | |
tree | 32838922e78b6c432376edd634b68a96bac483f9 | |
parent | 403e81ea4d648d4626c7b4c5cac62277be45679b (diff) | |
download | freebsd-ports-68e3e2f64ec94177638f667efec628f24a07f687.zip |
- Fix PORTDOCS for AOLSERVER_XOTCL
-rw-r--r-- | lang/xotcl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/xotcl/Makefile b/lang/xotcl/Makefile index 8ec29ff4afd6..bad78d0f8bbc 100644 --- a/lang/xotcl/Makefile +++ b/lang/xotcl/Makefile @@ -24,6 +24,7 @@ PLIST_SUB+= PORTVERSION=${PORTVERSION} .if !defined(AOLSERVER_XOTCL) USE_LDCONFIG= ${PREFIX}/lib/xotcl${PORTVERSION} GNU_CONFIGURE= yes +PORTDOCS= * OPTIONS= ACTIWEB "Include actiweb" on \ TUTORIAL "Install XOTcl tutorial" off @@ -31,8 +32,6 @@ OPTIONS= ACTIWEB "Include actiweb" on \ AOLSERVERBASE?= aolserver .endif -PORTDOCS= * - .include <bsd.port.pre.mk> .if defined(AOLSERVER_XOTCL) |