Ticket #12598: Portfile.diff
File Portfile.diff, 457 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 17 years ago) |
---|
-
Portfile
old new 47 47 } 48 48 49 49 variant examples description {Install examples} { 50 set examplesdir ${docdir}/examples51 50 52 51 post-destroot { 52 set examplesdir ${docdir}/examples 53 53 54 xinstall -m 0755 -d ${destroot}${examplesdir} 54 55 xinstall -m 0644 -W ${worksrcpath}/examples elements.c outline.c \ 55 56 ${destroot}${examplesdir}