1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/devel/plan9port/files/pkg-message.in
Marcus Alves Grando f84bb05fbf - Update to 20060507
- UnBROKEN on 4.X
- Install initial plumbing rule (install-user:)

PR:		96960
Submitted by:	maintainer
2006-05-09 02:58:06 +00:00

24 lines
763 B
Plaintext

Add these to your profile environment.
PLAN9=%%PREFIX%%/plan9; export PLAN9
PATH=$PATH:$PLAN9/bin; export PATH
This port install a default plumbing file.
Just cd to the ports directory and type (not as root)
make install-user
BUGS
This port can cause some problems if you install certain
ports:
- www/mozilla need archivers/zip to build. If zip
is not installed before you build it, this port will
detect $PLAN9/bin/zip and try to use it unsuccessfully
because they do not share the same options.
- x11/kdebase3 build crash in a fish.cpp file if you try
to build it with $PLAN9.
I suggest you to unset $PLAN9 before building any other ports
if you don't want to fall into these problems and reset it after.
- venti/fmt* commands work only with normal files.