Changeset 3947 for trunk/dports


Ignore:
Timestamp:
Nov 15, 2003, 8:20:47 AM (20 years ago)
Author:
mij
Message:

Install info pages in the proper location.

Bug: 1144
Submitted by: Bryan Blackburn <blb@…>
Reviewed by:
Approved by:
Obtained from:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/x11/gtk/Portfile

    r3876 r3947  
    1 # $Id: Portfile,v 1.26 2003/10/31 12:06:36 mij Exp $
     1# $Id: Portfile,v 1.27 2003/11/15 08:20:47 mij Exp $
    22
    33PortSystem 1.0
    44name            gtk
    55version         1.2.10
    6 revision        3
     6revision        4
    77categories      x11
    88maintainers     mij@opendarwin.org
     
    3232configure.env   LIBS="-L${prefix}/lib" CFLAGS="-I${prefix}/include" \
    3333                CPPFLAGS="-I${prefix}/include"
    34 configure.args  --disable-shm --with-locale --mandir=${prefix}/share/man
     34
     35configure.args  --disable-shm --with-locale --mandir=${prefix}/share/man \
     36                --infodir=${prefix}/share/info
    3537
    3638post-patch      { system "cp ${distpath}/ltconfig13 ${worksrcpath}/ltconfig"
Note: See TracChangeset for help on using the changeset viewer.