aboutsummaryrefslogtreecommitdiff
path: root/misc/acron
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-28 01:58:05 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-28 01:58:05 +0000
commitaf5f314286ac9e406765f8c4bdc4a1cad6826c8e (patch)
tree656442e4eb4e7a3efb0e0b1776eb4220f3f5ba72 /misc/acron
parent17314cf2c355c83b78c65fb1fa52027a3db2ca2a (diff)
downloadports-af5f314286ac9e406765f8c4bdc4a1cad6826c8e.tar.gz
ports-af5f314286ac9e406765f8c4bdc4a1cad6826c8e.zip
ln -> ${LN}
Notes
Notes: svn path=/head/; revision=21047
Diffstat (limited to 'misc/acron')
-rw-r--r--misc/acron/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/acron/Makefile b/misc/acron/Makefile
index 6919cac23a12..810dbeb018b4 100644
--- a/misc/acron/Makefile
+++ b/misc/acron/Makefile
@@ -21,7 +21,7 @@ post-patch:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/whats ${PREFIX}/bin
- ln -sf ${PREFIX}/bin/whats ${PREFIX}/bin/acron
+ ${LN} -sf ${PREFIX}/bin/whats ${PREFIX}/bin/acron
${INSTALL_DATA} ${WRKSRC}/acron ${PREFIX}/share/misc
.include <bsd.port.mk>