aboutsummaryrefslogtreecommitdiffstats
path: root/mail/elm+ME
diff options
context:
space:
mode:
authorhoek <hoek@FreeBSD.org>1998-08-29 03:51:38 +0800
committerhoek <hoek@FreeBSD.org>1998-08-29 03:51:38 +0800
commitef9f90d84e6c55cacfe13000cd607186dd81f3e3 (patch)
treea080ab4430985d90c01422d00031e4193c5b995a /mail/elm+ME
parent028b0e1148480903b5a1dc61c0864c2a2f49badc (diff)
downloadfreebsd-ports-gnome-ef9f90d84e6c55cacfe13000cd607186dd81f3e3.tar.gz
freebsd-ports-gnome-ef9f90d84e6c55cacfe13000cd607186dd81f3e3.tar.zst
freebsd-ports-gnome-ef9f90d84e6c55cacfe13000cd607186dd81f3e3.zip
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.
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>