diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-03-29 23:46:46 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-03-29 23:46:46 +0000 |
commit | 1b9106264382d5685b4faf5969fbe1ac27b781cd (patch) | |
tree | 6cd71265bad87483c4a798a06e5459fb228b936b /textproc | |
parent | 843b696822e442afbab108e111ef3454dc8a7d74 (diff) | |
download | ports-1b9106264382d5685b4faf5969fbe1ac27b781cd.tar.gz ports-1b9106264382d5685b4faf5969fbe1ac27b781cd.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/coco/pkg-install | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/textproc/coco/pkg-install b/textproc/coco/pkg-install deleted file mode 100644 index aae183f1499a..000000000000 --- a/textproc/coco/pkg-install +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -if [ "$2" != "POST-INSTALL" ]; then exit 0; fi -echo "############################################################" -echo "You must install one of packages, mule-2.3, ja-mule-*-2.3" -echo "(ja-mule-canna-2.3, ja-mule-canna+sj3-2.3, etc.)," -echo "zh-mule-freewnn-2.3 and ko-mule-freewnn-2.3, each of" -echo "which contains only the executables for mule-2.3" -echo "############################################################" |