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

    r80 r84  
    88Description: Print Athena machine type to standard output 
    99Source-MD5: f03f88e7ae085b16979d4ecd5a5f75d9 
     10DocFiles: athena-copyright 
    1011 
    1112Depends: macathena-base 
     
    1617PatchScript: patch -p0 < %{PatchFile} 
    1718CompileScript: << 
     19        cp %p/share/macathena-base/athena-copyright %b/ 
     20         
    1821        cp %p/share/automake-1.9/install-sh %b/ 
    1922        cp %p/share/automake-1.9/mkinstalldirs %b/ 
     
    2225        make 
    2326<< 
    24 InstallScript: << 
    25         make install prefix=%i 
    26          
    27         %b/mkinstalldirs %i/share/doc/%n/ 
    28         cp /sw/share/macathena-base/athena-copyright %i/share/doc/%n/copyright 
    29 <<