diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 00:00:39 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-14 00:00:39 +0800 |
commit | a6c40a689b8a327b1ecf5778f120f0d7250ea7a8 (patch) | |
tree | e784ed48f7c3bb5a803cbd97b583435da971804d /archivers/paq/files | |
parent | 648300c466186a9a3281a692e09992799c9a706c (diff) | |
download | freebsd-ports-gnome-a6c40a689b8a327b1ecf5778f120f0d7250ea7a8.tar.gz freebsd-ports-gnome-a6c40a689b8a327b1ecf5778f120f0d7250ea7a8.tar.zst freebsd-ports-gnome-a6c40a689b8a327b1ecf5778f120f0d7250ea7a8.zip |
Convert to UCL & cleanup pkg-message (categories a-c)
Diffstat (limited to 'archivers/paq/files')
-rw-r--r-- | archivers/paq/files/pkg-message.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/archivers/paq/files/pkg-message.in b/archivers/paq/files/pkg-message.in index f9698a1ac0e0..5b56b158ff48 100644 --- a/archivers/paq/files/pkg-message.in +++ b/archivers/paq/files/pkg-message.in @@ -1,4 +1,6 @@ -*************************************************************************** +[ +{ type: install + message: <<EOM In addition to the manpages, see %%DOCSDIR%%/readme_*.txt and the comments at the head of %%DOCSDIR%%/*.cpp for instructions and details on usage and the algorithms employed. For @@ -6,4 +8,6 @@ simplicity, the ".exe" suffix has been dropped from the zpsfx self-expanding archive stub executable, to avoid confusion with win32 executable stubs. zpsfx can be further compressed with archivers/upx, to yield smaller self-expanding archives. -*************************************************************************** +EOM +} +] |