diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 22:22:35 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 22:22:35 +0000 |
commit | 3bd0ac0d72aab526cd89382825e17fb94504687d (patch) | |
tree | c2e9bb521a07491f51813a0a02adbe55f6c79e13 /irc/eggdrop-devel | |
parent | - tune plist (thanks mat@) (diff) |
Convert to UCL & cleanup pkg-message (categories h-k)
Notes
Notes:
svn path=/head/; revision=508880
Diffstat (limited to 'irc/eggdrop-devel')
-rw-r--r-- | irc/eggdrop-devel/files/pkg-message.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/irc/eggdrop-devel/files/pkg-message.in b/irc/eggdrop-devel/files/pkg-message.in index 68f969678c0c..b885cab6f1cf 100644 --- a/irc/eggdrop-devel/files/pkg-message.in +++ b/irc/eggdrop-devel/files/pkg-message.in @@ -1,10 +1,12 @@ -======================================================================== - +[ +{ type: install + message: <<EOM This Port of Eggdrop differs from a normal eggdrop installation, because it does respect hier(7). That means your eggdrop.conf goes to %%PREFIX%%/etc/eggdrop.conf and .chan, .notes, .user files go to %%PREFIX%%/share/eggdrop. Modules will go to %%PREFIX%%/lib/eggdrop and documentation can be found in %%PREFIX%%/share/doc/eggdrop, scripts go to %%PREFIX%%/share/eggdrop/scripts. - -======================================================================== +EOM +} +] |