aboutsummaryrefslogtreecommitdiff
path: root/x11/emu
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 /x11/emu
parent17314cf2c355c83b78c65fb1fa52027a3db2ca2a (diff)
downloadports-af5f314286ac9e406765f8c4bdc4a1cad6826c8e.tar.gz
ports-af5f314286ac9e406765f8c4bdc4a1cad6826c8e.zip
ln -> ${LN}
Notes
Notes: svn path=/head/; revision=21047
Diffstat (limited to 'x11/emu')
-rw-r--r--x11/emu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/emu/Makefile b/x11/emu/Makefile
index 15b4e61ff924..77781f59c1a3 100644
--- a/x11/emu/Makefile
+++ b/x11/emu/Makefile
@@ -3,7 +3,7 @@
# Date created: 13 September 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.13 1998/10/05 05:17:56 steve Exp $
+# $Id: Makefile,v 1.14 1999/07/23 05:34:54 dbaker Exp $
#
DISTNAME= emu-1.31
@@ -23,6 +23,6 @@ WRKSRC= ${WRKDIR}/emu
MAN1= emu.1
pre-configure:
- cd ${WRKSRC}/client ; ln -s ../doc/emu.man .
+ cd ${WRKSRC}/client ; ${LN} -s ../doc/emu.man .
.include <bsd.port.mk>