1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

devel/critcl: restore patch that was lost during last update

Reported by:	olgeni
This commit is contained in:
Pietro Cerutti 2017-10-24 14:37:39 +00:00
parent 0442a05e54
commit 6a52d82161
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=452778
2 changed files with 11 additions and 1 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= critcl
PORTVERSION= 3.1.17
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
MAINTAINER= tcltk@FreeBSD.org

View File

@ -0,0 +1,10 @@
--- build.tcl.orig 2017-10-24 14:35:54 UTC
+++ build.tcl
@@ -426,6 +426,7 @@ proc _install {args} {
lappend cmd [info nameofexecutable]
}
lappend cmd $theapp
+ lappend cmd -cache [file join $selfdir cache]
if {$target ne {}} {
lappend cmd -target $target
}