Changeset 82175
- Timestamp:
- 08/09/11 15:33:26 (4 years ago)
- Location:
- trunk/dports/devel
- Files:
-
- 2 edited
-
nodejs-devel/Portfile (modified) (4 diffs)
-
nodejs/Portfile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/nodejs-devel/Portfile
r82093 r82175 6 6 name nodejs-devel 7 7 version 0.5.3 8 revision 1 8 9 categories devel net 9 10 platforms darwin … … 27 28 distname node-v${version} 28 29 29 depends_ buildport:python2730 depends_lib port:python27 30 31 31 32 patchfiles patch-Makefile-python.diff … … 78 79 test.run yes 79 80 80 # TODO: Fix the doc installation81 #variant doc description {Build and install manpages} {82 # use_configure no83 # build {}84 # destroot.target doc install85 #86 # depends_lib-append port:asciidoc \87 # port:libxslt88 #}89 90 81 build.args-append CC=${configure.cc} \ 91 82 CXX=${configure.cxx} \ … … 94 85 PYTHON=${py27_bin} 95 86 87 post-destroot { 88 set docdir ${destroot}${prefix}/share/doc/${name} 89 xinstall -d ${docdir} 90 xinstall -m 644 -W ${worksrcpath} \ 91 AUTHORS \ 92 ChangeLog \ 93 LICENSE \ 94 README.md \ 95 TODO \ 96 ${docdir} 97 } 98 96 99 livecheck.type regex 97 100 livecheck.regex node-v(\\d+\\.\[13579\]+\\.\\d+) -
trunk/dports/devel/nodejs/Portfile
r82093 r82175 6 6 name nodejs 7 7 version 0.4.10 8 revision 1 8 9 categories devel net 9 10 platforms darwin … … 27 28 distname node-v${version} 28 29 29 depends_ buildport:python2730 depends_lib port:python27 30 31 31 32 patchfiles patch-Makefile-python.diff \ … … 79 80 test.run yes 80 81 81 # TODO: Fix the doc installation82 #variant doc description {Build and install manpages} {83 # use_configure no84 # build {}85 # destroot.target doc install86 #87 # depends_lib-append port:asciidoc \88 # port:libxslt89 #}90 91 82 build.args-append CC=${configure.cc} \ 92 83 CXX=${configure.cxx} \ … … 95 86 PYTHON=${py27_bin} 96 87 88 post-destroot { 89 set docdir ${destroot}${prefix}/share/doc/${name} 90 xinstall -d ${docdir} 91 xinstall -m 644 -W ${worksrcpath} \ 92 AUTHORS \ 93 ChangeLog \ 94 LICENSE \ 95 README.md \ 96 TODO \ 97 ${docdir} 98 } 99 97 100 livecheck.type regex 98 101 livecheck.regex node-v(\\d+\\.\[02468\]+\\.\\d+)
Note: See TracChangeset
for help on using the changeset viewer.

