From 542450020813a8eb97273466ec4ed4561f96823b Mon Sep 17 00:00:00 2001 From: Tim Vanderhoek Date: Mon, 17 Aug 1998 18:28:27 +0000 Subject: [PATCH] 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? ;-) --- mail/elm+ME/Makefile | 3 ++- mail/elm+ME/pkg-plist | 8 ++++++-- mail/elm/Makefile | 3 ++- mail/elm/pkg-plist | 8 ++++++-- 4 files changed, 16 insertions(+), 6 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 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 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 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