summaryrefslogtreecommitdiff
path: root/x11-toolkits/xforms
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-toolkits/xforms
parentecho -> ${ECHO}/${ECHO_MSG} (diff)
ln -> ${LN}
Notes
Notes: svn path=/head/; revision=21047
Diffstat (limited to 'x11-toolkits/xforms')
-rw-r--r--x11-toolkits/xforms/Makefile4
1 files changed, 2 insertions, 2 deletions
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>