1 | 87a |
---|
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 | . |
---|
14 | 63c |
---|
15 | description package.destpath package.resources long_description homepage portpath filespath |
---|
16 | . |
---|
17 | 54c |
---|
18 | global portname portversion portrevision package.type package.destpath package.resources UI_PREFIX |
---|
19 | . |
---|
20 | 46c |
---|
21 | options package.type package.destpath package.resources |
---|
22 | . |
---|