diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-08-17 18:28:27 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-08-17 18:28:27 +0000 |
commit | 542450020813a8eb97273466ec4ed4561f96823b (patch) | |
tree | 858cecab67c07a233910a4847f73d099a1199290 /mail/elm+ME | |
parent | 1f2d5cdd9a6c920233e7460f5978111dc3a6ee08 (diff) | |
download | ports-542450020813a8eb97273466ec4ed4561f96823b.tar.gz ports-542450020813a8eb97273466ec4ed4561f96823b.zip |
Notes
Diffstat (limited to 'mail/elm+ME')
-rw-r--r-- | mail/elm+ME/Makefile | 3 | ||||
-rw-r--r-- | mail/elm+ME/pkg-plist | 8 |
2 files changed, 8 insertions, 3 deletions
diff --git a/mail/elm+ME/Makefile b/mail/elm+ME/Makefile index f9e551f8cb9d..44ed73bf5ad7 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.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+ME/pkg-plist b/mail/elm+ME/pkg-plist index fd5bc46dd4df..72f3865cda74 100644 --- a/mail/elm+ME/pkg-plist +++ b/mail/elm+ME/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 |