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

(-)x11-fonts/tkfont/Makefile (-3 / +4 lines)
Lines 7-25 Link Here
7
7
8
PORTNAME=	tkfont
8
PORTNAME=	tkfont
9
PORTVERSION=	1.1
9
PORTVERSION=	1.1
10
CATEGORIES=	x11-fonts tk82
10
PORTREVISION=	1
11
CATEGORIES=	x11-fonts tk83
11
MASTER_SITES=	${MASTER_SITE_LOCAL}
12
MASTER_SITES=	${MASTER_SITE_LOCAL}
12
MASTER_SITE_SUBDIR=	billf
13
MASTER_SITE_SUBDIR=	billf
13
14
14
MAINTAINER=	brett@peloton.runet.edu
15
MAINTAINER=	brett@peloton.runet.edu
15
16
16
RUN_DEPENDS=	wish8.2:${PORTSDIR}/x11-toolkits/tk82
17
RUN_DEPENDS=	wish8.3:${PORTSDIR}/x11-toolkits/tk83
17
18
18
NO_BUILD=	yes
19
NO_BUILD=	yes
19
20
20
post-patch:
21
post-patch:
21
	${SED} -e "s,/usr/local,${LOCALBASE}," \
22
	${SED} -e "s,/usr/local,${LOCALBASE}," \
22
		-e "s,#!/usr/X11/bin/wish,#!$(LOCALBASE)/bin/wish8.2," \
23
		-e "s,#!/usr/X11/bin/wish,#!$(LOCALBASE)/bin/wish8.3," \
23
		 < ${WRKSRC}/tkfont > ${WRKSRC}/tkfont.new
24
		 < ${WRKSRC}/tkfont > ${WRKSRC}/tkfont.new
24
	${MV} ${WRKSRC}/tkfont.new ${WRKSRC}/tkfont
25
	${MV} ${WRKSRC}/tkfont.new ${WRKSRC}/tkfont

Return to bug 35362