Changes between Initial Version and Version 1 of Ticket #46855, comment 3
- Timestamp:
- Apr 16, 2015, 3:08:12 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46855, comment 3
initial v1 1 1 There's more stuff wrong with this Portfile. For instance, it reinplaces the Makefile to add `${prefix}` after `$(DESTDIR)`. Wrong approach. 2 2 3 It should instead pass the correct `DESTDIR` value when destrooting.3 This should instead be a patch and adding `$(PREFIX)` after `$(DESTDIR)`. PREFIX should then be set while building and destrooting. This patch should go upstream. 4 4 5 5 This doesn't affect this ticket, though.