Changeset 81863
- Timestamp:
- 08/06/11 00:53:41 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/multimedia/ffmpeg/Portfile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/multimedia/ffmpeg/Portfile
r81862 r81863 182 182 } 183 183 184 post-activate { 185 if {![variant_isset no_nonfree]} { 186 ui_msg " 184 if {![variant_isset no_nonfree]} { 185 notes " 187 186 ******* 188 187 ******* This build of ${name} includes nonfree code as follows: … … 202 201 ******* 203 202 " 204 } elseif {![variant_isset no_gpl]} {205 ui_msg"203 } elseif {![variant_isset no_gpl]} { 204 notes " 206 205 ******* 207 206 ******* This build of ${name} includes GPLed code and … … 218 217 ******* 219 218 " 220 } else {221 ui_msg"219 } else { 220 notes " 222 221 ******* 223 222 ******* This build of ${name} includes no GPLed or nonfree … … 225 224 ******* 226 225 " 227 }228 226 } 229 227
Note: See TracChangeset
for help on using the changeset viewer.

