Ticket #33279: Portfile.new.diff
File Portfile.new.diff, 1.3 KB (added by petri@…, 13 years ago) |
---|
-
Portfile
old new 4 4 5 5 name ntfs-3g 6 6 version 2012.1.15 7 revision 17 revision 2 8 8 categories fuse 9 9 platforms darwin 10 10 maintainers kelotti.net:petri \ … … 55 55 # but on darwin mount wants mount_* instead of mount.* 56 56 57 57 # /sbin/mount.ntfs-3g is no longer installed with recent versions of ntfs-3g 58 # but check here to verify so an updatedoesn't miss it if it's turned back on58 # but check here to verify so updates doesn't miss it if it's turned back on 59 59 if {[file exists ${destroot}/sbin/mount.ntfs-3g]} { 60 # This violated the tree restrictions, hopefully fixed by now. 60 61 file rename -- ${destroot}/sbin/mount.ntfs-3g \ 61 ${destroot} /sbin/mount_ntfs-3g62 ${destroot}{prefix}/sbin/mount_ntfs-3g 62 63 } 63 64 file rename -- ${destroot}${prefix}/share/man/man8/mount.ntfs-3g.8 \ 64 65 ${destroot}${prefix}/share/man/man8/mount_ntfs-3g.8 66 67 # This violated the tree restrictions, hopefully fixed by now. 68 file rename -- ${destroot}/sbin/mkfs.ntfs \ 69 ${destroot}${prefix}/sbin/mkfs.ntfs 70 file delete ${destroot}/sbin 65 71 } 66 72