diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-28 01:58:05 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-28 01:58:05 +0000 |
commit | fa1d1e4d83108ff37c97627528c2face622cdd11 (patch) | |
tree | dcf9b0fb1a68bffcee5022498436b05c5daec532 /japanese/xnetmaj/Makefile | |
parent | 553599566d995df6cf4174f74328f0d62cd46206 (diff) | |
download | FreeBSD-ports-fa1d1e4d83108ff37c97627528c2face622cdd11.zip FreeBSD-ports-fa1d1e4d83108ff37c97627528c2face622cdd11.tar.gz |
ln -> ${LN}
Diffstat (limited to 'japanese/xnetmaj/Makefile')
-rw-r--r-- | japanese/xnetmaj/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/xnetmaj/Makefile b/japanese/xnetmaj/Makefile index 7c193d4..262237c 100644 --- a/japanese/xnetmaj/Makefile +++ b/japanese/xnetmaj/Makefile @@ -21,6 +21,6 @@ ALL_TARGET= libs all INSTALL_TARGET= install install-pf post-extract: - ( cd ${WRKDIR}/netmaj; /bin/ln -s ../xui ) + ( cd ${WRKDIR}/netmaj; ${LN} -s ../xui ) .include <bsd.port.mk> |