Changeset 81191
- Timestamp:
- 07/26/11 19:23:56 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/net/driftnet/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/net/driftnet/Portfile
r81190 r81191 47 47 } 48 48 49 build.target { }49 build.target 50 50 51 51 build.args CC="${configure.cc} ${archflags}" \ … … 56 56 -DDRIFTNET_VERSION='\\"0.1.6\\"'" 57 57 58 destroot { file copy ${workpath}/${worksrcdir}/${name} \ 59 ${destroot}${prefix}/bin 60 file copy ${workpath}/${worksrcdir}/${name}.1 \ 61 ${destroot}${prefix}/share/man/man1 62 } 58 destroot { 59 xinstall ${worksrcpath}/${name} ${destroot}${prefix}/bin 60 xinstall -m 644 ${worksrcpath}/${name}.1 ${destroot}${prefix}/share/man/man1 61 }
Note: See TracChangeset
for help on using the changeset viewer.

