diff options
author | asami <asami@FreeBSD.org> | 1998-09-10 16:08:24 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-10 16:08:24 +0800 |
commit | f3d4d0c5b433e1ff2576d36ba6316e1df65168ce (patch) | |
tree | f443e72bff9936585e25ea860f16e7b8e56ca302 /mail | |
parent | ee700c89e1cd1bf557317df3605131ba7d5688b0 (diff) | |
download | freebsd-ports-gnome-f3d4d0c5b433e1ff2576d36ba6316e1df65168ce.tar.gz freebsd-ports-gnome-f3d4d0c5b433e1ff2576d36ba6316e1df65168ce.tar.zst freebsd-ports-gnome-f3d4d0c5b433e1ff2576d36ba6316e1df65168ce.zip |
Use MLINKS to create manpage link.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/elm+ME/Makefile | 8 | ||||
-rw-r--r-- | mail/elm/Makefile | 8 |
2 files changed, 4 insertions, 12 deletions
diff --git a/mail/elm+ME/Makefile b/mail/elm+ME/Makefile index 7ec374cadb48..18d2cbc9daef 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.48 1998/08/28 19:51:38 hoek Exp $ +# $Id: Makefile,v 1.49 1998/08/28 20:51:28 hoek Exp $ # DISTNAME= elm-2.4ME+43 @@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/elm2.4.ME+.43 MAN1= answer.1 checkalias.1 elm.1 elmalias.1 fastmail.1 \ frm.1 listalias.1 messages.1 newalias.1 newmail.1 \ printmail.1 readmsg.1 +MLINKS= frm.1 nfrm.1 HAS_CONFIGURE= Yes CONFIGURE_SCRIPT= Configure @@ -35,10 +36,5 @@ 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} -sf ${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 7ec374cadb48..18d2cbc9daef 100644 --- a/mail/elm/Makefile +++ b/mail/elm/Makefile @@ -4,7 +4,7 @@ # Date created: 26 June 1995 # Whom: ache # -# $Id: Makefile,v 1.48 1998/08/28 19:51:38 hoek Exp $ +# $Id: Makefile,v 1.49 1998/08/28 20:51:28 hoek Exp $ # DISTNAME= elm-2.4ME+43 @@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/elm2.4.ME+.43 MAN1= answer.1 checkalias.1 elm.1 elmalias.1 fastmail.1 \ frm.1 listalias.1 messages.1 newalias.1 newmail.1 \ printmail.1 readmsg.1 +MLINKS= frm.1 nfrm.1 HAS_CONFIGURE= Yes CONFIGURE_SCRIPT= Configure @@ -35,10 +36,5 @@ 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} -sf ${PREFIX}/man/man1/frm.1.gz ${PREFIX}/man/man1/nfrm.1.gz -.endif .include <bsd.port.mk> |