Show
Ignore:
Timestamp:
01/29/08 03:34:44 (17 years ago)
Author:
broder
Message:

discuss works! Also, restructured how the DocFiles are defined for approximately everything

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/fink/main/finkinfo/macathena-athinfo.info

    r80 r84  
    1515<< 
    1616Source-MD5: 12043897f54c0c7a955b0600175ac6bb 
     17DocFiles: athena-copyright 
    1718 
    1819BuildDepends: automake1.9, macathena-base (>= 76-1) 
    1920UpdateConfigGuess: true 
    2021CompileScript: << 
     22        cp %p/share/macathena-base/athena-copyright %b/ 
     23         
    2124        cp %p/share/automake-1.9/install-sh %b/ 
    2225        cp %p/share/automake-1.9/mkinstalldirs %b/ 
     
    2528        make 
    2629<< 
    27 InstallScript: << 
    28         make install prefix=%i 
    29          
    30         %b/mkinstalldirs %i/share/doc/%n/ 
    31         cp /sw/share/macathena-base/athena-copyright %i/share/doc/%n/copyright 
    32 <<