Changeset 30526
- Timestamp:
- 2007-10-30 06:58:08 (13 months ago)
- Files:
-
- 1 modified
-
trunk/dports/devel/libsdl_net-framework/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/libsdl_net-framework/Portfile
r28880 r30526 46 46 47 47 post-extract { 48 cd ${worksrcpath} 49 system "tar -x Xcode/{exports/${my_name}.x,Info-Framework__Upgraded_.plist,${my_name}.xcodeproj} -vzf Xcode.tar.gz" 48 system "cd ${worksrcpath} && tar -xvzf Xcode.tar.gz Xcode/{exports/${my_name}.x,Info-Framework__Upgraded_.plist,${my_name}.xcodeproj}" 50 49 } 51 50

