diff options
author | wiz <wiz@pkgsrc.org> | 2001-05-14 09:08:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-05-14 09:08:23 +0000 |
commit | eb2bc15fd7465a64383576e667990e352f0d0bb4 (patch) | |
tree | 8076eb7c65bb713dd7aac9cb76969e2e60dd02b4 /cross | |
parent | 4f81efe541a62954427546d62e00d12619d05ea4 (diff) | |
download | pkgsrc-eb2bc15fd7465a64383576e667990e352f0d0bb4.tar.gz |
Fix paths in MESSAGE, according to pkg/12930 by Katsuomi Hamajima.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/sh-netbsdcoff/pkg/MESSAGE | 6 | ||||
-rw-r--r-- | cross/shel-netbsdcoff/pkg/MESSAGE | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/cross/sh-netbsdcoff/pkg/MESSAGE b/cross/sh-netbsdcoff/pkg/MESSAGE index 1a68d93370c..c3df5d786d1 100644 --- a/cross/sh-netbsdcoff/pkg/MESSAGE +++ b/cross/sh-netbsdcoff/pkg/MESSAGE @@ -1,12 +1,12 @@ ============================================================================= -$NetBSD: MESSAGE,v 1.1.1.1 2001/01/04 01:20:48 itojun Exp $ +$NetBSD: MESSAGE,v 1.2 2001/05/14 09:08:23 wiz Exp $ This pkg DOES NOT install headers or runtime link libraries. Only the compilers are installed. In order to have a complete development setup, you need to install -includes and libraries in ${CROSSBASE}/mipsel-netbsd/include and -${CROSSBASE}/mipsel-netbsd/lib respectively, or symlink these paths to +includes and libraries in ${CROSSBASE}/sh-netbsdcoff/include and +${CROSSBASE}/sh-netbsdcoff/lib respectively, or symlink these paths to the appropriate places. ============================================================================= diff --git a/cross/shel-netbsdcoff/pkg/MESSAGE b/cross/shel-netbsdcoff/pkg/MESSAGE index 0fb8a7c25d7..3e3670c7b61 100644 --- a/cross/shel-netbsdcoff/pkg/MESSAGE +++ b/cross/shel-netbsdcoff/pkg/MESSAGE @@ -1,12 +1,12 @@ ============================================================================= -$NetBSD: MESSAGE,v 1.1.1.1 2001/01/04 01:21:09 itojun Exp $ +$NetBSD: MESSAGE,v 1.2 2001/05/14 09:08:23 wiz Exp $ This pkg DOES NOT install headers or runtime link libraries. Only the compilers are installed. In order to have a complete development setup, you need to install -includes and libraries in ${CROSSBASE}/mipsel-netbsd/include and -${CROSSBASE}/mipsel-netbsd/lib respectively, or symlink these paths to +includes and libraries in ${CROSSBASE}/shel-netbsdcoff/include and +${CROSSBASE}/shel-netbsdcoff/lib respectively, or symlink these paths to the appropriate places. ============================================================================= |