diff options
author | Lukc <lukc@upyum.com> | 2010-09-09 07:10:18 +0000 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-09-09 07:10:18 +0000 |
commit | 1a7656d24b1713f33836a9607e9c63731f8f802d (patch) | |
tree | 09cca026f40cd5b20e584f6f765c5a3d04861361 /zsh/README | |
parent | 4db6da06f34b0cb3daaaf84af860798e5e715a84 (diff) | |
download | ports-1a7656d24b1713f33836a9607e9c63731f8f802d.tar.gz ports-1a7656d24b1713f33836a9607e9c63731f8f802d.tar.bz2 ports-1a7656d24b1713f33836a9607e9c63731f8f802d.tar.xz ports-1a7656d24b1713f33836a9607e9c63731f8f802d.zip |
Zsh port added.
Diffstat (limited to 'zsh/README')
-rw-r--r-- | zsh/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/zsh/README b/zsh/README new file mode 100644 index 0000000..e972278 --- /dev/null +++ b/zsh/README @@ -0,0 +1,16 @@ + +REQUIREMENTS + +PRE-INSTALL + +POST-INSTALL + +PRECAUTION + + If you don't remove libpcre before building this port libpcre will + be a runtime dependency of zsh. This is a problem on systems where + zsh needs to be available at boot before the directory containing + libpcre.so is mounted. + +MISC + zsh-lovers.1 is taken from http://www.grml.org/zsh/zsh-lovers.1 |