Changeset 14503 for trunk/dports


Ignore:
Timestamp:
Oct 9, 2005, 2:38:03 PM (19 years ago)
Author:
mww
Message:

Bug: #5294
Submitted by: igloo@…
Reviewed by: mww@

avoid installation of files conflicting with 'jpeg' that even didn't go to destroot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/security/stegdetect/Portfile

    r13641 r14503  
    1 # $Id: Portfile,v 1.2 2005/08/24 00:53:50 mww Exp $
     1# $Id: Portfile,v 1.3 2005/10/09 14:38:03 mww Exp $
    22
    33PortSystem 1.0
     
    55name                    stegdetect
    66version                 0.6
     7revision                1
    78categories              security graphics
    89platforms               darwin
     
    1819checksums               md5 850a3551b5c450b9f450a919ad021767
    1920
     21depends_lib             port:jpeg
     22
    2023configure.args  --mandir=${prefix}/share/man
     24post-configure {
     25        reinplace "s|install:|_install:|g" ${worksrcpath}/jpeg-6b/Makefile
     26}
     27
    2128platform darwin 8 {
    2229        configure.env   CC=/usr/bin/gcc-3.3 CPP=/usr/bin/cpp-3.3 CXX=/usr/bin/g++-3.3
Note: See TracChangeset for help on using the changeset viewer.