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-just.info

    r83 r84  
    88Description: Simple text formatting utilities on Athena 
    99Source-MD5: 1a6e81a33ba97f1109ccdb7299c1a695 
     10DocFiles: athena-copyright 
    1011 
    1112BuildDepends: automake1.9, macathena-base (>= 76-1) 
    1213UpdateConfigGuess: true 
    1314CompileScript: << 
     15        cp %p/share/macathena-base/athena-copyright %b/ 
     16         
    1417        cp %p/share/automake-1.9/install-sh %b/ 
    1518        cp %p/share/automake-1.9/mkinstalldirs %b/ 
     
    1821        make 
    1922<< 
    20 InstallScript: << 
    21         make install prefix=%i 
    22          
    23         %b/mkinstalldirs %i/share/doc/%n/ 
    24         cp /sw/share/macathena-base/athena-copyright %i/share/doc/%n/copyright 
    25 <<