- Update to version 4.6.4
- Define LICENSE (GPLv2) and remove it (and some other useless files) from
PORTDOCS
- Remove pkg-plist; use PLIST_FILES/PORTDOCS instead
- Adjust COMMENT and canonicalize Makefile header
- Always include large file support as it seems there is no reason not to
enable it these days
- Remove useless MASTER_SITE_SUBDIR and add missing USE_NCURSES knobs
- Deorbit custom do-install target; instead use post-install for PORTDOCS
- Unmute installation commands
Submitted by: zeus@ibs.dn.ua (version update; cleanups and bugs are mine)
Approved by: maintainer timeout (over 6 months)
(Only the first 10 of 906 ports in this commit are shown above. )
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues