Changeset 3948 for trunk/dports


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

Install man pages in the proper location.

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

File:
1 edited

Legend:

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

    r3597 r3948  
    1 # $Id: Portfile,v 1.13 2003/10/06 13:50:56 mij Exp $
     1# $Id: Portfile,v 1.14 2003/11/15 08:23:14 mij Exp $
    22
    33PortSystem 1.0
    44name            gtk2
    55version         2.2.4
     6revision        1
    67categories      x11
    78maintainers     mij@opendarwin.org
     
    3940#               PKG_CONFIG_PATH="${x11prefix}/lib/pkgconfig:${prefix}/lib/pkgconfig"
    4041
    41 configure.args  --disable-shm --disable-gtk-doc --with-included-loaders
     42configure.args  --disable-shm --disable-gtk-doc --with-included-loaders \
     43                --mandir=${prefix}/share/man
    4244
    4345build.args      CFLAGS+="-I${x11prefix}/include"
Note: See TracChangeset for help on using the changeset viewer.