diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-08-28 19:51:38 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-08-28 19:51:38 +0000 |
commit | d917d0bbd3ac5ad13671eea0c11606ab6a7cbf72 (patch) | |
tree | f9aa0b3daa21c10102b733c6f7e27c596a8ce97b /mail/elm+ME | |
parent | 4cd5918c0ddc051ec9f80083458c0bd0c83149ae (diff) | |
download | ports-d917d0bbd3ac5ad13671eea0c11606ab6a7cbf72.tar.gz ports-d917d0bbd3ac5ad13671eea0c11606ab6a7cbf72.zip |
Notes
Diffstat (limited to 'mail/elm+ME')
-rw-r--r-- | mail/elm+ME/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/elm+ME/Makefile b/mail/elm+ME/Makefile index 68513a79e209..31fe8420bfc5 100644 --- a/mail/elm+ME/Makefile +++ b/mail/elm+ME/Makefile @@ -4,7 +4,7 @@ # Date created: 26 June 1995 # Whom: ache # -# $Id: Makefile,v 1.46 1998/08/17 18:28:27 hoek Exp $ +# $Id: Makefile,v 1.47 1998/08/22 13:20:35 asami Exp $ # DISTNAME= elm-2.4ME+43 @@ -37,7 +37,7 @@ post-install: .if defined(NOMANCOMPRESS) ${LN} -f ${PREFIX}/man/man1/frm.1 ${PREFIX}/man/man1/nfrm.1 .else - ${LN} -f ${PREFIX}/man/man1/frm.1.gz ${PREFIX}/man/man1/nfrm.1.gz + ${LN} -sf ${PREFIX}/man/man1/frm.1.gz ${PREFIX}/man/man1/nfrm.1.gz .endif .include <bsd.port.mk> |