Likely a mistake, one of the "levels" source files used unicode in the
filename. The manifest even indicated the name should have been
"reconstruction2.xal".
The post-extract hook is used to correct the filename to be as intended.
As a bonus, platforms like Linux and DragonFly can install the package
without a libarchive translation error disrupting the process.
* fixed: client segfault on some disconnects
* fixed: server segfault after end of rated games
* fixed: reusable server listen socket
* added some features to XILE
Pkgsrc:
Added xblast-mini package option to use a 480x392 window instead of the
default 960x784 window. Makes the window fit on an EeePC's screen :)
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.
Fixes PR 35265, although I did not use the patch provided therein.
- New, optional Makefile variable HOMEPAGE, specifies a URL for
the home page of the software if it has one.
- The value of HOMEPAGE is used to add a link from the
README.html files.
- pkglint updated to know about it. The "correct" location for
HOMEPAGE in the Makefile is after MAINTAINER, in that same
section.