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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/abiword') diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 4bcd721aaef..de775905dbe 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 -- cgit