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 /japanese/ptex-common | |
parent | 553599566d995df6cf4174f74328f0d62cd46206 (diff) | |
download | freebsd-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/Makefile | 2 |
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> |