aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/ptex-common
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-28 09:58:05 +0800
committermharo <mharo@FreeBSD.org>1999-08-28 09:58:05 +0800
commitfa1d1e4d83108ff37c97627528c2face622cdd11 (patch)
treedcf9b0fb1a68bffcee5022498436b05c5daec532 /japanese/ptex-common
parent553599566d995df6cf4174f74328f0d62cd46206 (diff)
downloadfreebsd-ports-graphics-fa1d1e4d83108ff37c97627528c2face622cdd11.tar.gz
freebsd-ports-graphics-fa1d1e4d83108ff37c97627528c2face622cdd11.tar.zst
freebsd-ports-graphics-fa1d1e4d83108ff37c97627528c2face622cdd11.zip
ln -> ${LN}
Diffstat (limited to 'japanese/ptex-common')
-rw-r--r--japanese/ptex-common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/ptex-common/Makefile b/japanese/ptex-common/Makefile
index 7a2a1923b90..678d230bca4 100644
--- a/japanese/ptex-common/Makefile
+++ b/japanese/ptex-common/Makefile
@@ -53,6 +53,6 @@ post-install:
.for bin in ${BINARIES}
@strip ${PREFIX}/bin/${bin}
.endfor
- @/bin/ln -fs tex ${PREFIX}/bin/ptex-common
+ @${LN} -fs tex ${PREFIX}/bin/ptex-common
.include <bsd.port.mk>