Lines 31-37
Link Here
|
31 |
EXTRACT_AFTER_ARGS=|${TAR} -xpf - --exclude compat/ |
31 |
EXTRACT_AFTER_ARGS=|${TAR} -xpf - --exclude compat/ |
32 |
|
32 |
|
33 |
.if !defined(BUILDING_TCL_THREADS) |
33 |
.if !defined(BUILDING_TCL_THREADS) |
34 |
OPTIONS= TCL84_MAN "Install tcl 8.4 function manpages" off |
34 |
OPTIONS_DEFINE= TCL84_MAN |
|
|
35 |
TCL84_MAN_DESC= Install tcl 8.4 function manpages |
35 |
.else |
36 |
.else |
36 |
USE_TCL= ${SHORT_TCL_VER} |
37 |
USE_TCL= ${SHORT_TCL_VER} |
37 |
PLIST= ${PKGDIR}/pkg-plist.threads |
38 |
PLIST= ${PKGDIR}/pkg-plist.threads |
Lines 53-59
Link Here
|
53 |
.else |
54 |
.else |
54 |
CONFIGURE_ARGS+= --disable-threads |
55 |
CONFIGURE_ARGS+= --disable-threads |
55 |
|
56 |
|
56 |
.if !defined(NO_INSTALL_MANPAGES) && defined(WITH_TCL84_MAN) |
57 |
.if !defined(NO_INSTALL_MANPAGES) && ${PORT_OPTIONS:MTCL84_MAN} |
57 |
|
58 |
|
58 |
MAN3= Access.3 AddErrInfo.3 Alloc.3 AllowExc.3 AppInit.3 AssocData.3 \ |
59 |
MAN3= Access.3 AddErrInfo.3 Alloc.3 AllowExc.3 AppInit.3 AssocData.3 \ |
59 |
Async.3 BackgdErr.3 Backslash.3 BoolObj.3 ByteArrObj.3 CallDel.3 \ |
60 |
Async.3 BackgdErr.3 Backslash.3 BoolObj.3 ByteArrObj.3 CallDel.3 \ |