diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 01:58:05 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 01:58:05 +0000 |
commit | af5f314286ac9e406765f8c4bdc4a1cad6826c8e (patch) | |
tree | 656442e4eb4e7a3efb0e0b1776eb4220f3f5ba72 /comms/bpl+ | |
parent | 17314cf2c355c83b78c65fb1fa52027a3db2ca2a (diff) |
ln -> ${LN}
Notes
Notes:
svn path=/head/; revision=21047
Diffstat (limited to 'comms/bpl+')
-rw-r--r-- | comms/bpl+/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/bpl+/Makefile b/comms/bpl+/Makefile index e7ffb1d79a75..f5e3246e42de 100644 --- a/comms/bpl+/Makefile +++ b/comms/bpl+/Makefile @@ -15,6 +15,6 @@ MAINTAINER= max@FreeBSD.ORG do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bpl ${PREFIX}/bin - @ln -fs ${PREFIX}/bin/bpl ${PREFIX}/bin/bp + @${LN} -fs ${PREFIX}/bin/bpl ${PREFIX}/bin/bp .include <bsd.port.mk> |