1 | Index: Portfile |
---|
2 | =================================================================== |
---|
3 | RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/audio/playfair/Portfile,v |
---|
4 | retrieving revision 1.4 |
---|
5 | diff -u -r1.4 Portfile |
---|
6 | --- Portfile 5 Apr 2004 20:49:21 -0000 1.4 |
---|
7 | +++ Portfile 6 Apr 2004 22:25:05 -0000 |
---|
8 | @@ -16,18 +16,10 @@ |
---|
9 | |
---|
10 | checksums md5 4645fa4753a3fb50521fa8750e9932a2 |
---|
11 | |
---|
12 | -depends_lib lib:libmp4ff:faad2 |
---|
13 | - |
---|
14 | -configure.env LDFLAGS="-L${prefix}/lib" \ |
---|
15 | - CPPFLAGS="-I${prefix}/include" |
---|
16 | - |
---|
17 | -post-destroot { system "cd ${destroot}${prefix} \ |
---|
18 | - && rm ./include/mp4ff.h" |
---|
19 | - system "cd ${destroot}${prefix} \ |
---|
20 | - && rm ./lib/libmp4ff*" |
---|
21 | +post-destroot { |
---|
22 | file mkdir ${destroot}${prefix}/share/doc/${name} |
---|
23 | xinstall -m 644 -v -W ${worksrcpath} \ |
---|
24 | AUTHORS COPYING NEWS README THANKS \ |
---|
25 | ${destroot}${prefix}/share/doc/${name} |
---|
26 | - } |
---|
27 | +} |
---|
28 | |
---|