diff options
author | hoek <hoek@FreeBSD.org> | 1998-08-18 02:28:27 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-08-18 02:28:27 +0800 |
commit | 043ae4c8160c31658a0caf40060e27d06f389f9f (patch) | |
tree | c0e5ba8e8e8cdc936041e3470c8fb2bf6b811a8e /mail/elm | |
parent | 2e6a05ece1966991f11ff953ca77a57f022a0318 (diff) | |
download | freebsd-ports-graphics-043ae4c8160c31658a0caf40060e27d06f389f9f.tar.gz freebsd-ports-graphics-043ae4c8160c31658a0caf40060e27d06f389f9f.tar.zst freebsd-ports-graphics-043ae4c8160c31658a0caf40060e27d06f389f9f.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? ;-)
Diffstat (limited to 'mail/elm')
-rw-r--r-- | mail/elm/Makefile | 3 | ||||
-rw-r--r-- | mail/elm/pkg-plist | 8 |
2 files changed, 8 insertions, 3 deletions
diff --git a/mail/elm/Makefile b/mail/elm/Makefile index f9e551f8cb9..44ed73bf5ad 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 fd5bc46dd4d..72f3865cda7 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 |