gsoares 28c8436bc2 bring it to github commit 329831171dd6ef81c113f101093c7b4947381003
this update removes some heavy optional RUN_DEPENDS to slim
down it, since it does not affect the plan9port usability itself
if someone wants to read a .ps file for example or whatever,
just install the package like `pkg_add ghostscript' then hook up a
plumber(1) pattern accordingly. it removes also the following
extra files what are not part of plan9port:

pgw.tar.bz2, roget.tar.bz2, scat.tgz

while here:
            - get rid of MAP_STACK patch has been merged upstream;
            - remove no longer required patches
            - tidy up Makefile

thanks abieber@ for giving some tests on previous diff I sent
on ports@
2020-06-21 20:37:20 +00:00
..
2019-09-11 13:42:35 +00:00
2018-09-04 12:46:09 +00:00

$OpenBSD: README,v 1.2 2018/09/04 12:46:20 espie Exp $

+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------

Running plan9port binaries
==========================
The plan9port tools consist of many small binaries intimately tied
together, some of them conflicting with OpenBSD base utilities. To
avoid runtime conflicts, you may wish to append
${TRUEPREFIX}/plan9/bin to your PATH.

Alternatively, plan9port tools can be run with ${TRUEPREFIX}/bin/9

9 man 1 intro

Reading plan9port manual pages
==============================
You may add the plan9/man directory to man.conf(5) or set

export MANPATH=:${TRUEPREFIX}/plan9/man

in the shell where you want to read plan9port manuals. Note the
leading colon.