aboutsummaryrefslogtreecommitdiff
path: root/mail/elm
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1998-08-17 18:28:27 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1998-08-17 18:28:27 +0000
commit542450020813a8eb97273466ec4ed4561f96823b (patch)
tree858cecab67c07a233910a4847f73d099a1199290 /mail/elm
parent1f2d5cdd9a6c920233e7460f5978111dc3a6ee08 (diff)
downloadports-542450020813a8eb97273466ec4ed4561f96823b.tar.gz
ports-542450020813a8eb97273466ec4ed4561f96823b.zip
Whoops. I broke pkg_add while removing the manpages from the plist.
Fix pkg_delete while I'm here. Gee, wouldn't it be nice if bsd.port.mk had support for MLINKs? ;-)
Notes
Notes: svn path=/head/; revision=12587
Diffstat (limited to 'mail/elm')
-rw-r--r--mail/elm/Makefile3
-rw-r--r--mail/elm/pkg-plist8
2 files changed, 8 insertions, 3 deletions
diff --git a/mail/elm/Makefile b/mail/elm/Makefile
index f9e551f8cb9d..44ed73bf5ad7 100644
--- a/mail/elm/Makefile
+++ b/mail/elm/Makefile
@@ -4,7 +4,7 @@
# Date created: 26 June 1995
# Whom: ache
#
-# $Id: Makefile,v 1.44 1998/04/27 21:10:09 ache Exp $
+# $Id: Makefile,v 1.45 1998/07/23 22:58:27 ache Exp $
#
DISTNAME= elm-2.4ME+43
@@ -34,5 +34,6 @@ post-install:
${INSTALL_DATA} \
${FILESDIR}/elm.mimetypes ${PREFIX}/lib; \
fi
+ ${LN} -f ${PREFIX}/man/man1/frm.1 ${PREFIX}/man/man1/nfrm.1
.include <bsd.port.mk>
diff --git a/mail/elm/pkg-plist b/mail/elm/pkg-plist
index fd5bc46dd4df..72f3865cda74 100644
--- a/mail/elm/pkg-plist
+++ b/mail/elm/pkg-plist
@@ -19,6 +19,10 @@ lib/elm-help.0
lib/elm-help.1
lib/elm-help.2
lib/elm-help.3
-@exec ln -f %D/%F %D/man/man1/nfrm.1.gz
-@exec ln -f %D/%F %D/man/man1/wnewmail.1
share/nls/C/elm2.4.cat
+@exec ln -f %D/man/man1/frm.1.gz %D/man/man1/nfrm.1.gz
+@exec ln -f %D/man/man1/newmail.1.gz %D/man/man1/wnewmail.1.gz
+@unexec rm %D/man/man1/wnewmail.1.gz 2> /dev/null || true
+@unexec rm %D/man/man1/wnewmail.1 2> /dev/null || true
+@unexec rm %D/man/man1/nfrm.1.gz 2> /dev/null || true
+@unexec rm %D/man/man1/nfrm.1 2> /dev/null || true