Ticket #39117: Portfile.diff
File Portfile.diff, 1.3 KB (added by cooljeanius (Eric Gallager), 12 years ago) |
---|
-
sysutils/macportsscripts/Portfile
old new 5 5 PortGroup github 1.0 6 6 7 7 epoch 2 8 github.setup cooljeanius macportsscripts 0. 2.0 v8 github.setup cooljeanius macportsscripts 0.3.0 v 9 9 categories sysutils macports 10 10 platforms darwin 11 11 maintainers phw gwmail.gwu.edu:egall openmaintainer … … 16 16 17 17 long_description ${description} 18 18 19 checksums rmd160 3d24d9fdf6dacfab405e9ec7772e7969e0771270\20 sha256 62261afafd9021876c9e2717e76165e365ef71f9936ada392ee89ed561fc80ca19 checksums rmd160 bfa65ac2a6da30474d76e6c89e1ad8425695173b \ 20 sha256 b067846c2d4e5c122c51647a59ff9b1f93f2c9d4b3e32173e6d9a933cabbe4ea 21 21 22 22 use_configure no 23 23 build {} … … 25 25 destroot { 26 26 eval xinstall -m 755 [glob ${worksrcpath}/*.sh] ${destroot}${prefix}/bin 27 27 eval xinstall -m 755 [glob ${worksrcpath}/*.pl] ${destroot}${prefix}/bin 28 xinstall -d ${destroot}${prefix}/share/doc/${name} 29 eval xinstall -m 644 [glob ${worksrcpath}/*.md] ${destroot}${prefix}/share/doc/${name} 28 30 }