Ticket #5523: portpkg.patch

File portpkg.patch, 603 bytes (added by drernie@…, 19 years ago)

Patch to portpkg

Line 
187a
2
3        if {[info exists package.resources]} {
4        foreach file ${package.resources} {
5                if {![file exists ${file}]} {
6              ui_msg "$UI_PREFIX ${file} from package.resources not found."
7            } else {
8              file copy -force -- ${file} ${pkgpath}/Contents/Resources/
9                }
10        }
11        }
12   
13.
1463c
15     description package.destpath package.resources long_description homepage portpath filespath
16.
1754c
18    global portname portversion portrevision package.type package.destpath package.resources UI_PREFIX
19.
2046c
21options package.type package.destpath package.resources
22.