Fix my text editor
Details
Details
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 10406 Build 10817: arc lint + arc unit
Event Timeline
Comment Actions
Looks OK for me (after wrapping my head around PLIST_FILES and PORTDATA and how the port installs the files).
editors/komodo-edit/Makefile | ||
---|---|---|
36 | I can't believe this does not give a warning. Symlinks inside PREFIX must be relative. So, you can either manually compute the relative path yourself, or do: ${RLN} ${STAGEDIR}${DATADIR}/bin/komodo ${STAGEDIR}${PREFIX}/bin |