Changeset 83221
- Timestamp:
- 08/28/11 13:02:55 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/net/pwlib/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/net/pwlib/Portfile
r83220 r83221 49 49 50 50 destroot { 51 # sigh sigh sigh 52 file mkdir ${destroot}${prefix}/include 53 file mkdir ${destroot}${prefix}/bin 54 file mkdir ${destroot}${prefix}/lib 55 file mkdir ${destroot}${prefix}/share/pwlib 51 xinstall -d ${destroot}${prefix}/share/pwlib/make/ 56 52 system "cd ${worksrcpath} && \ 57 53 chmod a+r lib/*dylib && \ … … 62 58 cp -R include/ptlib.h ${destroot}${prefix}/include/ && \ 63 59 cp tools/asnparser/obj*/asnparser ${destroot}${prefix}/bin/" 64 file mkdir ${destroot}${prefix}/share/pwlib/make/65 60 system "cd ${worksrcpath} && \ 66 61 cp -R make/*.mak ${destroot}${prefix}/share/pwlib/make/ && \
Note: See TracChangeset
for help on using the changeset viewer.

