Ticket #27566: Portfile-puppet.diff
File Portfile-puppet.diff, 810 bytes (added by nigel@…, 14 years ago) |
---|
-
Portfile
old new 29 29 depends_lib port:ruby \ 30 30 port:facter 31 31 32 patchfiles patch-install.rb.diff patch-4382-mkusers-osx.diff 33 32 34 use_configure no 33 35 build {} 34 36 test.run no 35 destroot.cmd ${prefix}/bin/ruby ${worksrcpath}/install.rb \ 36 --destdir=${destroot} 37 destroot.cmd ${prefix}/bin/ruby install.rb \ 38 --destdir=${destroot} \ 39 --configdir=${prefix}/etc --bindir=${prefix}/bin \ 40 --sbindir=${prefix}/sbin --mandir=${prefix}/share/man 41 destroot.target {} 42 destroot.destdir {} 37 43 38 44 set puppetuser puppet 39 45 set puppetgroup puppet