diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-28 09:58:05 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-28 09:58:05 +0800 |
commit | fa1d1e4d83108ff37c97627528c2face622cdd11 (patch) | |
tree | dcf9b0fb1a68bffcee5022498436b05c5daec532 /editors/abiword | |
parent | 553599566d995df6cf4174f74328f0d62cd46206 (diff) | |
download | freebsd-ports-gnome-fa1d1e4d83108ff37c97627528c2face622cdd11.tar.gz freebsd-ports-gnome-fa1d1e4d83108ff37c97627528c2face622cdd11.tar.zst freebsd-ports-gnome-fa1d1e4d83108ff37c97627528c2face622cdd11.zip |
ln -> ${LN}
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <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> |