View | Details | Raw Unified | Return to bug 172419 | Differences between
and this patch

Collapse All | Expand All

(-)tcl84/Makefile (-1 / +2 lines)
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

Return to bug 172419