Ticket #22788: Portfile.diff
File Portfile.diff, 911 bytes (added by michipili (Michael Grünewald), 15 years ago) |
---|
-
Portfile
1 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … 4 5 5 6 name icon 6 7 version 9.4.3 7 revision 18 revision 2 8 9 categories lang 9 10 maintainers laposte.net:michael.grunewald 10 11 description The Icon Programming Language … … 24 25 rmd160 af75af7f106920cd59a7f8ac85954aa472ae78e7 25 26 26 27 universal_variant no 28 use_parallel_build no 27 29 28 30 configure.cmd make 29 31 configure.pre_args … … 41 43 set doc_dir ${destroot}${prefix}/share/doc 42 44 xinstall -d ${doc_dir} 43 45 ln -s ../../libexec/${name}/doc ${doc_dir}/${name}-${version} 46 set man1_dir ${destroot}${prefix}/share/man/man1 47 xinstall -d ${man1_dir} 48 ln -s ../../../libexec/${name}/man/man1/icon.1 ${man1_dir} 49 ln -s ../../../libexec/${name}/man/man1/icont.1 ${man1_dir} 44 50 } 45 51 46 52 livecheck.type regex