aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2010-02-24 05:29:44 +0800
committerdanfe <danfe@FreeBSD.org>2010-02-24 05:29:44 +0800
commitf6df6ff8cfc73f1cb957e56083d23469ed126118 (patch)
tree173d94eed4b723a2ee31a70c48b9a4331e2b386c /devel
parent88b0fc1a2315f310a5d544c5ea774a6ecc23e42b (diff)
downloadfreebsd-ports-gnome-f6df6ff8cfc73f1cb957e56083d23469ed126118.tar.gz
freebsd-ports-gnome-f6df6ff8cfc73f1cb957e56083d23469ed126118.tar.zst
freebsd-ports-gnome-f6df6ff8cfc73f1cb957e56083d23469ed126118.zip
Reformat, fix couple of grammar nits, and reword for better readability.
Feature safe: yes
Diffstat (limited to 'devel')
-rw-r--r--devel/plan9port/files/pkg-message.in35
1 files changed, 17 insertions, 18 deletions
diff --git a/devel/plan9port/files/pkg-message.in b/devel/plan9port/files/pkg-message.in
index 60d03f5dcdd7..3c41f5b4d44c 100644
--- a/devel/plan9port/files/pkg-message.in
+++ b/devel/plan9port/files/pkg-message.in
@@ -1,24 +1,23 @@
-Add these to your profile environment.
-PLAN9=%%PREFIX%%/plan9; export PLAN9
-PATH=$PATH:$PLAN9/bin; export PATH
+You should benefit from adding these to your profile environment:
-This port install a default plumbing file.
-Just cd to the ports directory and type (not as root)
+ PLAN9=%%PREFIX%%/plan9; export PLAN9
+ PATH=$PATH:$PLAN9/bin; export PATH
-make install-user
+This port can install a default plumbing file if you want. Just go to the
+port's directory and type (being your normal 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.
+ make install-user
-- 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.
+BEWARE: This port can cause some problems if you try install certain
+software (including, but not limited to our Ports Collection):
-- venti/fmt* commands work only with normal files.
+ - Ports that require `archivers/zip' to build (e.g. `www/mozilla'). If
+ `$PLAN9/bin/zip' would be found as `zip' command (via $PATH) and used,
+ it could easily fail since does not share options with "standard" `zip'
+ - `x11/kdebase3' build can result in crash in `fish.cpp' file if you try
+ to build it with $PLAN9. We suggest you to unset $PLAN9 before building
+ any other ports that fail with similar symptoms (or unset it for all
+ ports just to be on the safe side)
+
+ - venti/fmt* commands work only with normal files