Changes between Initial Version and Version 1 of Ticket #66610, comment 1


Ignore:
Timestamp:
Jan 3, 2023, 8:25:34 AM (16 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66610, comment 1

    initial v1  
    1 If you want to augment what `port pkg` does, you can add a `pre-pkg` or `post-pkg` block to do so. There are a few ports in the collection that do so already; you can grep the Portfiles to find them to see if they inspire you.
     1If you want to augment what `port pkg` does, you can add a `pre-pkg` or `post-pkg` block. There are a few ports in the collection that do so already; you can grep the Portfiles to find them to see if they inspire you.
    22{{{
    33port file all | sort -u | xargs grep -E '(pre|post)-pkg'