Changeset 40477 for trunk/dports


Ignore:
Timestamp:
Oct 2, 2008, 9:25:53 PM (16 years ago)
Author:
ricci@…
Message:

fix stupid mistake in the patchfile (need to quote the directory string)

Location:
trunk/dports/perl/p5-file-basedir
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/perl/p5-file-basedir/Portfile

    r40401 r40477  
    77version                 0.03
    88perl5.setup             File-BaseDir ${version}
    9 revision                1
     9revision                2
    1010maintainers             ricci
    1111description                 This module can be used to find directories and files as             \
  • trunk/dports/perl/p5-file-basedir/files/patch-lib-File-BaseDir.pm.diff

    r40401 r40477  
    66 our @xdg_data_dirs = (
    77-       File::Spec->catdir($rootdir, qw/usr local share/),
    8 +       @@_MACPORTS_PREFIX_GOES_HERE_@@/share,
     8+       "@@_MACPORTS_PREFIX_GOES_HERE_@@/share",
    99        File::Spec->catdir($rootdir, qw/usr share/),
    1010 );
Note: See TracChangeset for help on using the changeset viewer.