Ticket #38155: Portfile.diff
File Portfile.diff, 427 bytes (added by tenomoto (Takeshi Enomoto), 12 years ago) |
---|
-
Portfile
28 28 use_configure no 29 29 30 30 build.env PREFIX=${prefix} 31 build.args CC=${configure.cc} \ 32 CFLAGS=${configure.cflags} 31 33 destroot.env INSTALL_ROOT=${destroot} 32 34 post-destroot { 33 35 delete ${destroot}${prefix}/bin/cvs_realclean