Changeset 3862 for trunk/dports


Ignore:
Timestamp:
Oct 30, 2003, 8:56:19 PM (20 years ago)
Author:
blb
Message:

Bug: 1094
Submitted by:
Reviewed by:
Approved by: charlie@…
Obtained from:

Move man/ and info/ directories into share/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/sysutils/screen/Portfile

    r3504 r3862  
     1$Id: Portfile,v 1.12 2003/10/30 20:56:19 blb Exp $
     2
    13PortSystem 1.0
    24
     
    2830extract.only    ${distname}${extract.sufx}
    2931post-extract    {system "cp ${distpath}/18 ${workpath}" }
    30 configure.args  {--enable-locale --enable-telnet --enable-colors256 --enable-rxct_osc}
     32configure.args  {--mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --enable-locale --enable-telnet --enable-colors256 --enable-rxct_osc}
    3133post-destroot    {system "cp ${workpath}/18 ${destroot}/${prefix}/share/${name}/utf8encodings"
    3234                 system "cp ${workpath}/${distname}/etc/etcscreenrc ${destroot}/${prefix}/etc/screenrc"
Note: See TracChangeset for help on using the changeset viewer.