summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-08-22 13:20:35 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-08-22 13:20:35 +0000
commit02d6163767cdb8c209bbe5137b019814a52352e6 (patch)
tree6062b192b67ceec23dc7178e63081173fc7828a3 /mail
parentIt doesn't compile because of gtk path. Vanilla? :) (diff)
Make links correctly depending on NOMANCOMPRESS.
Notes
Notes: svn path=/head/; revision=12716
Diffstat (limited to 'mail')
-rw-r--r--mail/elm+ME/Makefile6
-rw-r--r--mail/elm/Makefile6
2 files changed, 10 insertions, 2 deletions
diff --git a/mail/elm+ME/Makefile b/mail/elm+ME/Makefile
index 44ed73bf5ad7..68513a79e209 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.45 1998/07/23 22:58:27 ache Exp $
+# $Id: Makefile,v 1.46 1998/08/17 18:28:27 hoek Exp $
#
DISTNAME= elm-2.4ME+43
@@ -34,6 +34,10 @@ post-install:
${INSTALL_DATA} \
${FILESDIR}/elm.mimetypes ${PREFIX}/lib; \
fi
+.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
+.endif
.include <bsd.port.mk>
diff --git a/mail/elm/Makefile b/mail/elm/Makefile
index 44ed73bf5ad7..68513a79e209 100644
--- a/mail/elm/Makefile
+++ b/mail/elm/Makefile
@@ -4,7 +4,7 @@
# Date created: 26 June 1995
# Whom: ache
#
-# $Id: Makefile,v 1.45 1998/07/23 22:58:27 ache Exp $
+# $Id: Makefile,v 1.46 1998/08/17 18:28:27 hoek Exp $
#
DISTNAME= elm-2.4ME+43
@@ -34,6 +34,10 @@ post-install:
${INSTALL_DATA} \
${FILESDIR}/elm.mimetypes ${PREFIX}/lib; \
fi
+.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
+.endif
.include <bsd.port.mk>