summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-28 01:58:05 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-28 01:58:05 +0000
commitaf5f314286ac9e406765f8c4bdc4a1cad6826c8e (patch)
tree656442e4eb4e7a3efb0e0b1776eb4220f3f5ba72 /lang
parentecho -> ${ECHO}/${ECHO_MSG} (diff)
ln -> ${LN}
Notes
Notes: svn path=/head/; revision=21047
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc28/Makefile4
-rw-r--r--lang/intel2gas/Makefile2
-rw-r--r--lang/lcc/Makefile4
-rw-r--r--lang/modula-3/Makefile2
-rw-r--r--lang/perl5.10/Makefile2
-rw-r--r--lang/perl5.12/Makefile2
-rw-r--r--lang/perl5.14/Makefile2
-rw-r--r--lang/perl5.16/Makefile2
-rw-r--r--lang/perl5.6/Makefile2
-rw-r--r--lang/perl5.8/Makefile2
-rw-r--r--lang/perl5/Makefile2
-rw-r--r--lang/scsh/Makefile4
12 files changed, 15 insertions, 15 deletions
diff --git a/lang/gcc28/Makefile b/lang/gcc28/Makefile
index 4c5e0e9a798f..97c60d2e59e6 100644
--- a/lang/gcc28/Makefile
+++ b/lang/gcc28/Makefile
@@ -63,8 +63,8 @@ post-install:
${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/2.8.1/cpp ; \
do strip $$prog ; \
done)
- ln -f ${PREFIX}/bin/gcc ${PREFIX}/bin/gcc28
- ln -f ${PREFIX}/bin/g++ ${PREFIX}/bin/g++28
+ ${LN} -f ${PREFIX}/bin/gcc ${PREFIX}/bin/gcc28
+ ${LN} -f ${PREFIX}/bin/g++ ${PREFIX}/bin/g++28
@${MV} ${PREFIX}/man/man1/cccp.1 ${PREFIX}/man/man1/cccp28.1
@${MV} ${PREFIX}/man/man1/g++.1 ${PREFIX}/man/man1/g++28.1
@${MV} ${PREFIX}/man/man1/gcc.1 ${PREFIX}/man/man1/gcc28.1
diff --git a/lang/intel2gas/Makefile b/lang/intel2gas/Makefile
index efc4c056a86f..60e5ee104824 100644
--- a/lang/intel2gas/Makefile
+++ b/lang/intel2gas/Makefile
@@ -49,7 +49,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/g2i/${f} ${PREFIX}/share/intel2gas/g2i
.endfor
.for f in ${I2G2I}
- ln -fs ${PREFIX}/share/intel2gas/i2g/${f} \
+ ${LN} -fs ${PREFIX}/share/intel2gas/i2g/${f} \
${PREFIX}/share/intel2gas/g2i/${f}
.endfor
diff --git a/lang/lcc/Makefile b/lang/lcc/Makefile
index 2f9bd02f83ad..6af3e11ac64a 100644
--- a/lang/lcc/Makefile
+++ b/lang/lcc/Makefile
@@ -44,8 +44,8 @@ do-install:
${LCCBUILDDIR}/bprint \
${LCCBUILDDIR}/bbexit.o \
${PREFIX}/${LCCDESTDIR}
- @/bin/ln -sf ${PREFIX}/${LCCDESTDIR}/lcc ${PREFIX}/bin
- @/bin/ln -sf ${PREFIX}/${LCCDESTDIR}/bprint ${PREFIX}/bin
+ @${LN} -sf ${PREFIX}/${LCCDESTDIR}/lcc ${PREFIX}/bin
+ @${LN} -sf ${PREFIX}/${LCCDESTDIR}/bprint ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/doc/lcc.1 ${WRKSRC}/doc/bprint.1 \
${PREFIX}/man/man1
diff --git a/lang/modula-3/Makefile b/lang/modula-3/Makefile
index 7da87d67fc79..0780e8ceb091 100644
--- a/lang/modula-3/Makefile
+++ b/lang/modula-3/Makefile
@@ -97,7 +97,7 @@ do-install:
(cd ${PREFIX}; xargs ${SH} ${SCRIPTDIR}/maybe-strip)
@cd ${PREFIX}/lib/m3/FreeBSD2; strip m3 m3cgc1 m3mkdir
@cd ${PREFIX}/bin; \
- ln -f m3build m3build-${major}
+ ${LN} -f m3build m3build-${major}
@${ECHO_MSG} "Fixing file permissions"
@cd ${PREFIX}; \
sed -e "/^@/d" -e "s/\.gz$$//" ${PLIST}.real |\
diff --git a/lang/perl5.10/Makefile b/lang/perl5.10/Makefile
index a95d4c4b58af..9072d9da8d65 100644
--- a/lang/perl5.10/Makefile
+++ b/lang/perl5.10/Makefile
@@ -85,7 +85,7 @@ test:
post-install:
@strip ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl
- @ln -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5
+ @${LN} -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5
@(cd /usr/include && ${PREFIX}/bin/h2ph *.h machine/*.h sys/*.h)
.include <bsd.port.post.mk>
diff --git a/lang/perl5.12/Makefile b/lang/perl5.12/Makefile
index a95d4c4b58af..9072d9da8d65 100644
--- a/lang/perl5.12/Makefile
+++ b/lang/perl5.12/Makefile
@@ -85,7 +85,7 @@ test:
post-install:
@strip ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl
- @ln -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5
+ @${LN} -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5
@(cd /usr/include && ${PREFIX}/bin/h2ph *.h machine/*.h sys/*.h)
.include <bsd.port.post.mk>
diff --git a/lang/perl5.14/Makefile b/lang/perl5.14/Makefile
index a95d4c4b58af..9072d9da8d65 100644
--- a/lang/perl5.14/Makefile
+++ b/lang/perl5.14/Makefile
@@ -85,7 +85,7 @@ test:
post-install:
@strip ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl
- @ln -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5
+ @${LN} -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5
@(cd /usr/include && ${PREFIX}/bin/h2ph *.h machine/*.h sys/*.h)
.include <bsd.port.post.mk>
diff --git a/lang/perl5.16/Makefile b/lang/perl5.16/Makefile
index a95d4c4b58af..9072d9da8d65 100644
--- a/lang/perl5.16/Makefile
+++ b/lang/perl5.16/Makefile
@@ -85,7 +85,7 @@ test:
post-install:
@strip ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl
- @ln -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5
+ @${LN} -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5
@(cd /usr/include && ${PREFIX}/bin/h2ph *.h machine/*.h sys/*.h)
.include <bsd.port.post.mk>
diff --git a/lang/perl5.6/Makefile b/lang/perl5.6/Makefile
index a95d4c4b58af..9072d9da8d65 100644
--- a/lang/perl5.6/Makefile
+++ b/lang/perl5.6/Makefile
@@ -85,7 +85,7 @@ test:
post-install:
@strip ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl
- @ln -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5
+ @${LN} -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5
@(cd /usr/include && ${PREFIX}/bin/h2ph *.h machine/*.h sys/*.h)
.include <bsd.port.post.mk>
diff --git a/lang/perl5.8/Makefile b/lang/perl5.8/Makefile
index a95d4c4b58af..9072d9da8d65 100644
--- a/lang/perl5.8/Makefile
+++ b/lang/perl5.8/Makefile
@@ -85,7 +85,7 @@ test:
post-install:
@strip ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl
- @ln -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5
+ @${LN} -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5
@(cd /usr/include && ${PREFIX}/bin/h2ph *.h machine/*.h sys/*.h)
.include <bsd.port.post.mk>
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile
index a95d4c4b58af..9072d9da8d65 100644
--- a/lang/perl5/Makefile
+++ b/lang/perl5/Makefile
@@ -85,7 +85,7 @@ test:
post-install:
@strip ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl
- @ln -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5
+ @${LN} -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5
@(cd /usr/include && ${PREFIX}/bin/h2ph *.h machine/*.h sys/*.h)
.include <bsd.port.post.mk>
diff --git a/lang/scsh/Makefile b/lang/scsh/Makefile
index 4d358a255c67..398d5774dc50 100644
--- a/lang/scsh/Makefile
+++ b/lang/scsh/Makefile
@@ -3,7 +3,7 @@
# Date created: Jul, 15, 1997
# Whom: cracauer@cons.org "Martin Cracauer"
#
-# $Id: Makefile,v 1.7 1999/02/23 02:20:21 jkoshy Exp $
+# $Id: Makefile,v 1.8 1999/05/31 04:52:27 steve Exp $
#
DISTNAME= scsh-0.5.1
@@ -35,6 +35,6 @@ post-install:
(cd ${WRKSRC} ; \
${INSTALL_DATA} README RELEASE NEWS COPYING ${PREFIX}/lib/scsh/doc)
${RM} -f ${PREFIX}/share/doc/scsh
- ln -fs ${PREFIX}/lib/scsh/doc ${PREFIX}/share/doc/scsh
+ ${LN} -fs ${PREFIX}/lib/scsh/doc ${PREFIX}/share/doc/scsh
.include <bsd.port.post.mk>