View | Details | Raw Unified | Return to bug 161635
Collapse All | Expand All

(-)misc/tkman/Makefile (-5 / +5 lines)
Lines 14-25 Link Here
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	A Tcl/Tk based manual browser
15
COMMENT=	A Tcl/Tk based manual browser
16
16
17
LIB_DEPENDS=	tk84.1:${PORTSDIR}/x11-toolkits/tk84
17
RUN_DEPENDS=	glimpse:${PORTSDIR}/textproc/glimpse \
18
RUN_DEPENDS=	rman:${PORTSDIR}/textproc/rman \
18
		rman:${PORTSDIR}/textproc/rman
19
		glimpse:${PORTSDIR}/textproc/glimpse
20
19
20
USE_TK=		yes
21
USE_GMAKE=	yes
21
USE_GMAKE=	yes
22
MAKE_ARGS=	WISH="${PREFIX}/bin/wish8.4" \
22
MAKE_ARGS=	WISH="${WISH}" \
23
		texinfodir="${PREFIX}/${INFO_PATH}" \
23
		texinfodir="${PREFIX}/${INFO_PATH}" \
24
		gzgrep="\"/usr/bin/zgrep -E\"" \
24
		gzgrep="\"/usr/bin/zgrep -E\"" \
25
		mastermen="\"/usr/share/man ${PREFIX}/man ${LOCALBASE}/man\"" \
25
		mastermen="\"/usr/share/man ${PREFIX}/man ${LOCALBASE}/man\"" \
Lines 28-34 Link Here
28
		manprint="{groff -mandoc -Tps -te -l}"
28
		manprint="{groff -mandoc -Tps -te -l}"
29
29
30
post-patch:
30
post-patch:
31
	@${REINPLACE_CMD} -e "s;/usr/local/bin/wish;${PREFIX}/bin/wish8.4;" \
31
	@${REINPLACE_CMD} -e 's|/usr/local/bin/wish|${WISH}|' \
32
		${WRKSRC}/contrib/tkmanclient
32
		${WRKSRC}/contrib/tkmanclient
33
33
34
do-install:
34
do-install:

Return to bug 161635