aboutsummaryrefslogtreecommitdiff
path: root/editors/abiword-devel/Makefile
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 /editors/abiword-devel/Makefile
parent17314cf2c355c83b78c65fb1fa52027a3db2ca2a (diff)
downloadports-af5f314286ac9e406765f8c4bdc4a1cad6826c8e.tar.gz
ports-af5f314286ac9e406765f8c4bdc4a1cad6826c8e.zip
ln -> ${LN}
Notes
Notes: svn path=/head/; revision=21047
Diffstat (limited to 'editors/abiword-devel/Makefile')
-rw-r--r--editors/abiword-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
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 <bsd.port.pre.mk>
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 <bsd.port.post.mk>