I installed an application "hledger" as found in /usr/ports/finance/hs-hledger. The version available in ports tree is 1.25.
I wanted some additional functionality so I downloaded the source code ( haskell ) and built executable locally using the haskell cabal build tool. This locally built executable works fine.
How should I now replace the default ports tree pkg?
I did
to start. What next?
I think just do:
Other options:
Copy executable to /usr/local/bin/ ?
Symlink executable to /usr/local/bin/ ?
Somehow employ poudriere in the process?
I wanted some additional functionality so I downloaded the source code ( haskell ) and built executable locally using the haskell cabal build tool. This locally built executable works fine.
How should I now replace the default ports tree pkg?
I did
Code:
pkg delete hledger
I think just do:
Code:
pkg add /path/to/my/hledger
Other options:
Copy executable to /usr/local/bin/ ?
Symlink executable to /usr/local/bin/ ?
Somehow employ poudriere in the process?