ports/net/gitup/files/pkg-message.in
Nuno Teixeira 574c5c9142 net/gitup: Improve gitup.conf auto config
- Find osrel on install time through pkg-post-install to get an updated
  match on gitup.conf.sample
- Only install gitup.conf.sample
- Add message on install with information about gitup.conf(5) and
  gitup.sample
- Move pkg-plist to PLIST_FILES

PR:		270911
2023-06-03 13:06:38 +01:00

12 lines
207 B
Text

[
{ type: install
message: <<EOD
To use gitup,
%%PREFIX%%/etc/gitup.conf
must be created. Refer to gitup.conf(5) for further details and/or follow
%%PREFIX%%/etc/gitup.conf.sample as an example.
EOD
}
]