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 /net/sendfile | |
parent | echo -> ${ECHO}/${ECHO_MSG} (diff) |
ln -> ${LN}
Notes
Notes:
svn path=/head/; revision=21047
Diffstat (limited to 'net/sendfile')
-rw-r--r-- | net/sendfile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sendfile/Makefile b/net/sendfile/Makefile index 3012e2afacec..1860bb3418f6 100644 --- a/net/sendfile/Makefile +++ b/net/sendfile/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Oct 1997 # Whom: sec@42.org # -# $Id: Makefile,v 1.9 1999/02/28 07:15:05 obrien Exp $ +# $Id: Makefile,v 1.10 1999/03/02 21:18:43 billf Exp $ # DISTNAME= sendfile-19990215 @@ -26,6 +26,6 @@ MAN7= fetchfile.7 MAN8= sendfiled.8 post-install: - @(cd ${PREFIX}/man/man1; ln -sf utf7encode.1.gz utf7decode.1.gz) + @(cd ${PREFIX}/man/man1; ${LN} -sf utf7encode.1.gz utf7decode.1.gz) .include <bsd.port.mk> |