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

(-)devel/SpecTcl/Makefile (+4 lines)
Lines 17-22 Link Here
17
17
18
NO_BUILD=	yes
18
NO_BUILD=	yes
19
19
20
post-patch:
21
	@${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/bin/specJava
22
	@${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/bin/specTcl
23
20
do-install:
24
do-install:
21
	${INSTALL_SCRIPT} ${WRKSRC}/bin/specJava ${PREFIX}/bin
25
	${INSTALL_SCRIPT} ${WRKSRC}/bin/specJava ${PREFIX}/bin
22
	${INSTALL_SCRIPT} ${WRKSRC}/bin/specTcl ${PREFIX}/bin
26
	${INSTALL_SCRIPT} ${WRKSRC}/bin/specTcl ${PREFIX}/bin
(-)devel/SpecTcl/patches/patch-aa (-1 / +1 lines)
Lines 5-11 Link Here
5
 
5
 
6
 # Change DIR to the directory that contains the SpecTcl source files
6
 # Change DIR to the directory that contains the SpecTcl source files
7
-DIR=../SpecTcl
7
-DIR=../SpecTcl
8
+DIR=/usr/local/SpecTcl/lib
8
+DIR=%%PREFIX%%/SpecTcl/lib
9
 
9
 
10
 # Change WISH to the pathname of your tk4.1a2 (or >) wish binary
10
 # Change WISH to the pathname of your tk4.1a2 (or >) wish binary
11
-WISH=`which wish`
11
-WISH=`which wish`
(-)devel/SpecTcl/patches/patch-ab (-1 / +1 lines)
Lines 5-11 Link Here
5
 
5
 
6
 # Change DIR to the directory that contains the SpecTcl source files
6
 # Change DIR to the directory that contains the SpecTcl source files
7
-DIR=../SpecTcl
7
-DIR=../SpecTcl
8
+DIR=/usr/local/SpecTcl/lib
8
+DIR=%%PREFIX%%/SpecTcl/lib
9
 
9
 
10
 # Change WISH to the pathname of your tk4.1a2 (or >) wish binary
10
 # Change WISH to the pathname of your tk4.1a2 (or >) wish binary
11
-WISH=`which wish`
11
-WISH=`which wish`

Return to bug 21081