Ticket #4848: xfig.diff

File xfig.diff, 384 bytes (added by yves@…, 19 years ago)

the patch for the Portfile

  • Portfile

    old new  
    4444post-destroot {
    4545        # Remove the /usr/X11R6/lib/X11/app-defaults symlink
    4646        # (this could be done by handling symlinks better on images)
    47         file delete "${destroot}/usr/X11R6/lib/X11/app-defaults"
     47        file delete -force "${destroot}/usr/X11R6/lib/X11/app-defaults"
    4848}