Changeset 1462 for trunk/dports


Ignore:
Timestamp:
Dec 20, 2002, 7:15:22 AM (21 years ago)
Author:
jpm
Message:

rename portname to name and portversion to version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/emulators/bochs/Portfile

    r1460 r1462  
    3131        reinplace "s|/usr/local/bochs|${data_dir}|g" "${path}/doc/man/bximage.1"
    3232       
    33         reinplace "s|\@VERSION\@|${portversion}|g" "${path}/doc/man/bochs-dlx.1"
    34         reinplace "s|\@VERSION\@|${portversion}|g" "${path}/doc/man/bochs.1"
    35         reinplace "s|\@VERSION\@|${portversion}|g" "${path}/doc/man/bochsrc.1"
    36         reinplace "s|\@VERSION\@|${portversion}|g" "${path}/doc/man/bximage.1"
     33        reinplace "s|\@VERSION\@|${version}|g" "${path}/doc/man/bochs-dlx.1"
     34        reinplace "s|\@VERSION\@|${version}|g" "${path}/doc/man/bochs.1"
     35        reinplace "s|\@VERSION\@|${version}|g" "${path}/doc/man/bochsrc.1"
     36        reinplace "s|\@VERSION\@|${version}|g" "${path}/doc/man/bximage.1"
    3737
    38         reinplace "s|vgaromimage: bios/|vgaromimage: ${data_dir}/${portversion}/|g" "${path}/doc/man/bochsrc.1"
    39         reinplace "s|romimage: file=bios/|romimage: file=${data_dir}/${portversion}/|g" "${path}/doc/man/bochsrc.1"
     38        reinplace "s|vgaromimage: bios/|vgaromimage: ${data_dir}/${version}/|g" "${path}/doc/man/bochsrc.1"
     39        reinplace "s|romimage: file=bios/|romimage: file=${data_dir}/${version}/|g" "${path}/doc/man/bochsrc.1"
    4040
    41         reinplace "s|vgaromimage: bios/|vgaromimage: ${data_dir}/${portversion}/|g" "${path}/.bochsrc"
    42         reinplace "s|romimage: file=bios/|romimage: file=${data_dir}/${portversion}/|g" "${path}/.bochsrc"
     41        reinplace "s|vgaromimage: bios/|vgaromimage: ${data_dir}/${version}/|g" "${path}/.bochsrc"
     42        reinplace "s|romimage: file=bios/|romimage: file=${data_dir}/${version}/|g" "${path}/.bochsrc"
    4343}
    4444depends_run     bin:wget:wget
Note: See TracChangeset for help on using the changeset viewer.