Changes between Initial Version and Version 1 of Ticket #46855, comment 3


Ignore:
Timestamp:
Apr 16, 2015, 3:08:12 AM (9 years ago)
Author:
Ionic (Mihai Moldovan)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46855, comment 3

    initial v1  
    11There's more stuff wrong with this Portfile. For instance, it reinplaces the Makefile to add `${prefix}` after `$(DESTDIR)`. Wrong approach.
    22
    3 It should instead pass the correct `DESTDIR` value when destrooting.
     3This should instead be a patch and adding `$(PREFIX)` after `$(DESTDIR)`. PREFIX should then be set while building and destrooting. This patch should go upstream.
    44
    55This doesn't affect this ticket, though.