summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/Xaw3d/Makefile4
-rw-r--r--x11-toolkits/neXtaw/Makefile4
-rw-r--r--x11-toolkits/xforms/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/x11-toolkits/Xaw3d/Makefile b/x11-toolkits/Xaw3d/Makefile
index 77e2d6204463..b58fc15e9db4 100644
--- a/x11-toolkits/Xaw3d/Makefile
+++ b/x11-toolkits/Xaw3d/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 November 1994
# Whom: asami
#
-# $Id: Makefile,v 1.21 1999/01/05 06:55:19 asami Exp $
+# $Id: Makefile,v 1.22 1999/07/04 20:46:16 steve Exp $
#
DISTNAME= Xaw3d-1.5
@@ -20,7 +20,7 @@ USE_IMAKE= yes
post-extract:
${MKDIR} ${WRKSRC}/X11/Xaw3d
- cd ${WRKSRC}/X11/Xaw3d; ln -sf ../../*.h .
+ cd ${WRKSRC}/X11/Xaw3d; ${LN} -sf ../../*.h .
# Workaround a bug in egcs on FreeBSD/Alpha.
.if ${MACHINE_ARCH} == "alpha"
diff --git a/x11-toolkits/neXtaw/Makefile b/x11-toolkits/neXtaw/Makefile
index db381aee3769..831d3cd02ddf 100644
--- a/x11-toolkits/neXtaw/Makefile
+++ b/x11-toolkits/neXtaw/Makefile
@@ -3,7 +3,7 @@
# Date created: 16 January 1997
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.10 1998/11/14 09:43:30 asami Exp $
+# $Id: Makefile,v 1.11 1999/06/22 17:03:43 steve Exp $
#
DISTNAME= neXtaw-0.5.1
@@ -28,7 +28,7 @@ post-configure:
@${ECHO_MSG} "*********************************************************************"
@${ECHO_MSG} "* Don't worry about the warning messages above, the port will build *"
@${ECHO_MSG} "*********************************************************************"
- @cd ${WRKSRC}/exports/include/X11/neXtaw; ln -sf ../../../../*.h .
+ @cd ${WRKSRC}/exports/include/X11/neXtaw; ${LN} -sf ../../../../*.h .
post-install:
.if !defined(NOPORTDOCS)
diff --git a/x11-toolkits/xforms/Makefile b/x11-toolkits/xforms/Makefile
index 2529bdfaaa20..ad85ba49ecdd 100644
--- a/x11-toolkits/xforms/Makefile
+++ b/x11-toolkits/xforms/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 March 1997
# Whom: gena
#
-# $Id: Makefile,v 1.23 1999/01/07 08:19:54 simokawa Exp $
+# $Id: Makefile,v 1.24 1999/05/30 02:44:11 steve Exp $
#
USE_X_PREFIX= yes
@@ -39,7 +39,7 @@ post-install:
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.if !defined(NOMANCOMPRESS)
@${RM} ${PREFIX}/man/man5/forms.5
- @ln -fs xforms.5.gz ${PREFIX}/man/man5/forms.5.gz
+ @${LN} -fs xforms.5.gz ${PREFIX}/man/man5/forms.5.gz
.endif
.include <bsd.port.post.mk>