Show
Ignore:
Timestamp:
01/29/08 03:34:44 (16 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-libgms.info

    r83 r84  
    1313<< 
    1414Source-MD5: ec1c32a06b11224f995c8c72029921f6 
     15DocFiles: athena-copyright 
    1516 
    1617BuildDepends: automake1.9, macathena-base (>= 76-1) 
     
    1819PatchScript: sed -i ".bak" -e 's|/usr/tmp/.messages|%p/var/cache/macathena-libgms/messages|g' globalmessage.h 
    1920CompileScript: << 
     21        cp %p/share/macathena-base/athena-copyright %b/ 
     22         
    2023        cp %p/share/automake-1.9/install-sh %b/ 
    2124        cp %p/share/automake-1.9/mkinstalldirs %b/ 
     
    2427        make 
    2528<< 
    26 InstallScript: << 
    27         make install prefix=%i 
    28          
    29         %b/mkinstalldirs %i/share/doc/%n/ 
    30         cp /sw/share/macathena-base/athena-copyright %i/share/doc/%n/copyright 
    31 <<