summaryrefslogtreecommitdiff
path: root/mail/elm+ME
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1998-08-28 19:51:38 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1998-08-28 19:51:38 +0000
commitd917d0bbd3ac5ad13671eea0c11606ab6a7cbf72 (patch)
treef9aa0b3daa21c10102b733c6f7e27c596a8ce97b /mail/elm+ME
parent5.00501 -> ${PERL_VERSION} (diff)
Manpages are compressed by bsd.port.mk _after_ post-install:. Rev. 1.47
broke this port by assuming the opposite. Now use a symlink so that we can link to a non-existent file.
Notes
Notes: svn path=/head/; revision=12899
Diffstat (limited to 'mail/elm+ME')
-rw-r--r--mail/elm+ME/Makefile4
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>