Changeset 82182
- Timestamp:
- 08/09/11 17:38:54 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/sysutils/contacts/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/sysutils/contacts/Portfile
r82180 r82182 2 2 3 3 PortSystem 1.0 4 PortGroup xcode 1.05 4 6 5 name contacts … … 24 23 patchfiles patch-FormatHelper.m 25 24 26 xcode.target contacts27 xcode.destroot.path ${prefix}/bin28 29 25 post-patch { 30 26 reinplace "s|/usr/share|${prefix}/share|g" \ … … 32 28 } 33 29 30 use_configure no 31 variant universal {} 32 33 build { 34 system -W ${worksrcpath} "${configure.cc} [get_canonical_archflags] -framework AppKit -framework Foundation -framework AddressBook -o contacts contacts.m FormatHelper.m" 35 } 36 37 destroot { 38 xinstall ${worksrcpath}/contacts ${destroot}${prefix}/bin 39 xinstall -m 644 ${worksrcpath}/contacts.1 ${destroot}${prefix}/share/man/man1 40 }
Note: See TracChangeset
for help on using the changeset viewer.

