summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-09-30 11:17:55 +0000
committerjlam <jlam@pkgsrc.org>2002-09-30 11:17:55 +0000
commitf36cef4df53d921361d58f7472e0e09bad9058bb (patch)
tree705541a7b26d565d9290f46a844f8521df54e290 /cross
parentb4e8368c4df844750d06468ef94e48709d3864bf (diff)
downloadpkgsrc-f36cef4df53d921361d58f7472e0e09bad9058bb.tar.gz
We refer to ${LOCALBASE}/bin as ${PREFIX}/bin within a package.
Diffstat (limited to 'cross')
-rw-r--r--cross/h8300-hms-binutils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/h8300-hms-binutils/Makefile b/cross/h8300-hms-binutils/Makefile
index bf1c8e12d5c..60983976e18 100644
--- a/cross/h8300-hms-binutils/Makefile
+++ b/cross/h8300-hms-binutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/09/30 11:15:29 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2002/09/30 11:17:55 jlam Exp $
DISTNAME= binutils-2.12.1
PKGNAME= cross-h8300-hms-binutils-2.12.1
@@ -36,7 +36,7 @@ post-install:
h8300-hms-addr2line h8300-hms-readelf h8300-hms-nm \
h8300-hms-strip h8300-hms-c++filt h8300-hms-as \
h8300-hms-gasp h8300-hms-ld ; do \
- ${LN} -s ${H8300_PREFIX}/bin/$$f ${LOCALBASE}/bin/$$f; \
+ ${LN} -s ${H8300_PREFIX}/bin/$$f ${PREFIX}/bin/$$f; \
done
${MV} ${H8300_PREFIX}/lib/libiberty.a \
${H8300_PREFIX}/lib/libiberty_binutils.a