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 /x11-toolkits/neXtaw | |
parent | 17314cf2c355c83b78c65fb1fa52027a3db2ca2a (diff) | |
download | ports-af5f314286ac9e406765f8c4bdc4a1cad6826c8e.tar.gz ports-af5f314286ac9e406765f8c4bdc4a1cad6826c8e.zip |
ln -> ${LN}
Notes
Notes:
svn path=/head/; revision=21047
Diffstat (limited to 'x11-toolkits/neXtaw')
-rw-r--r-- | x11-toolkits/neXtaw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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) |