mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 19:56:53 -04:00
- 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
12 lines
207 B
Text
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
|
|
}
|
|
]
|