supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
command line switch to daemonize is not supported as of version 0.5.1.
PR: ports/105681
Submitted by: Markus Dolze <bsdfan at nurfuerspam.de> (maintainer)
The LCDd.sh.sample start script from the LCDproc-0.4.3_2
ports starts the LCDd process that's also part of the port
in the foreground, thereby blocking the system startup.
PR: ports/54092
Submitted by: Christian Ullrich <chris@chrullrich.de>