From fa1d1e4d83108ff37c97627528c2face622cdd11 Mon Sep 17 00:00:00 2001 From: mharo Date: Sat, 28 Aug 1999 01:58:05 +0000 Subject: ln -> ${LN} --- editors/AbiWord/Makefile | 4 ++-- editors/AbiWord2/Makefile | 4 ++-- editors/abiword-devel/Makefile | 4 ++-- editors/abiword/Makefile | 4 ++-- editors/jed/Makefile | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) (limited to 'editors') diff --git a/editors/AbiWord/Makefile b/editors/AbiWord/Makefile index 4bcd721aaef6..de775905dbec 100644 --- a/editors/AbiWord/Makefile +++ b/editors/AbiWord/Makefile @@ -35,7 +35,7 @@ OSDISTDIR= `uname -s`_`uname -r`_`uname -m`_OBJ .include post-patch: - @ cd ${WRKDIR} && ln -sf abi-0.5.5 abi + @ cd ${WRKDIR} && ${LN} -sf abi-0.5.5 abi .if ${OSVERSION} > 310000 @${CP} ${WRKSRC}/config/platforms/freebsd.mk \ ${WRKSRC}/config/platforms/freebsd.mk.version @@ -55,7 +55,7 @@ do-install: ${WRKDIR}/unixfonts-0.5.4/install.sh.orig > \ ${WRKDIR}/unixfonts-0.5.4/install.sh ( cd ${WRKDIR}/unixfonts-0.5.4 ; yes "" | bash ./install.sh ) - for BIN in ${PREFIX}/AbiSuite/bin/* ; do ln -sf $${BIN} ${PREFIX}/bin ; done + for BIN in ${PREFIX}/AbiSuite/bin/* ; do ${LN} -sf $${BIN} ${PREFIX}/bin ; done @${CAT} ${PKGDIR}/MESSAGE | ${SED} s,/usr/local,${PREFIX}, .include diff --git a/editors/AbiWord2/Makefile b/editors/AbiWord2/Makefile index 4bcd721aaef6..de775905dbec 100644 --- a/editors/AbiWord2/Makefile +++ b/editors/AbiWord2/Makefile @@ -35,7 +35,7 @@ OSDISTDIR= `uname -s`_`uname -r`_`uname -m`_OBJ .include post-patch: - @ cd ${WRKDIR} && ln -sf abi-0.5.5 abi + @ cd ${WRKDIR} && ${LN} -sf abi-0.5.5 abi .if ${OSVERSION} > 310000 @${CP} ${WRKSRC}/config/platforms/freebsd.mk \ ${WRKSRC}/config/platforms/freebsd.mk.version @@ -55,7 +55,7 @@ do-install: ${WRKDIR}/unixfonts-0.5.4/install.sh.orig > \ ${WRKDIR}/unixfonts-0.5.4/install.sh ( cd ${WRKDIR}/unixfonts-0.5.4 ; yes "" | bash ./install.sh ) - for BIN in ${PREFIX}/AbiSuite/bin/* ; do ln -sf $${BIN} ${PREFIX}/bin ; done + for BIN in ${PREFIX}/AbiSuite/bin/* ; do ${LN} -sf $${BIN} ${PREFIX}/bin ; done @${CAT} ${PKGDIR}/MESSAGE | ${SED} s,/usr/local,${PREFIX}, .include diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile index 4bcd721aaef6..de775905dbec 100644 --- a/editors/abiword-devel/Makefile +++ b/editors/abiword-devel/Makefile @@ -35,7 +35,7 @@ OSDISTDIR= `uname -s`_`uname -r`_`uname -m`_OBJ .include post-patch: - @ cd ${WRKDIR} && ln -sf abi-0.5.5 abi + @ cd ${WRKDIR} && ${LN} -sf abi-0.5.5 abi .if ${OSVERSION} > 310000 @${CP} ${WRKSRC}/config/platforms/freebsd.mk \ ${WRKSRC}/config/platforms/freebsd.mk.version @@ -55,7 +55,7 @@ do-install: ${WRKDIR}/unixfonts-0.5.4/install.sh.orig > \ ${WRKDIR}/unixfonts-0.5.4/install.sh ( cd ${WRKDIR}/unixfonts-0.5.4 ; yes "" | bash ./install.sh ) - for BIN in ${PREFIX}/AbiSuite/bin/* ; do ln -sf $${BIN} ${PREFIX}/bin ; done + for BIN in ${PREFIX}/AbiSuite/bin/* ; do ${LN} -sf $${BIN} ${PREFIX}/bin ; done @${CAT} ${PKGDIR}/MESSAGE | ${SED} s,/usr/local,${PREFIX}, .include diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 4bcd721aaef6..de775905dbec 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -35,7 +35,7 @@ OSDISTDIR= `uname -s`_`uname -r`_`uname -m`_OBJ .include post-patch: - @ cd ${WRKDIR} && ln -sf abi-0.5.5 abi + @ cd ${WRKDIR} && ${LN} -sf abi-0.5.5 abi .if ${OSVERSION} > 310000 @${CP} ${WRKSRC}/config/platforms/freebsd.mk \ ${WRKSRC}/config/platforms/freebsd.mk.version @@ -55,7 +55,7 @@ do-install: ${WRKDIR}/unixfonts-0.5.4/install.sh.orig > \ ${WRKDIR}/unixfonts-0.5.4/install.sh ( cd ${WRKDIR}/unixfonts-0.5.4 ; yes "" | bash ./install.sh ) - for BIN in ${PREFIX}/AbiSuite/bin/* ; do ln -sf $${BIN} ${PREFIX}/bin ; done + for BIN in ${PREFIX}/AbiSuite/bin/* ; do ${LN} -sf $${BIN} ${PREFIX}/bin ; done @${CAT} ${PKGDIR}/MESSAGE | ${SED} s,/usr/local,${PREFIX}, .include diff --git a/editors/jed/Makefile b/editors/jed/Makefile index 90a1d9b2ff01..b5e44f9321a1 100644 --- a/editors/jed/Makefile +++ b/editors/jed/Makefile @@ -34,7 +34,7 @@ WRKSRC= ${WRKDIR}/jed MAN1= jed.1 rgrep.1 pre-install: - ln -sf ${WRKSRC}/autoconf/mkinsdir.sh ${WRKSRC}/ + ${LN} -sf ${WRKSRC}/autoconf/mkinsdir.sh ${WRKSRC}/ post-install: strip ${PREFIX}/bin/jed -- cgit