From b67128a3dc1dd0e42706a62e7fd10c0b6e918502 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Thu, 10 Sep 1998 08:03:40 +0000 Subject: Use MLINKS for manpage link. --- archivers/bzip2/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'archivers') diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile index ce583605ff9b..38fbdfb4f92e 100644 --- a/archivers/bzip2/Makefile +++ b/archivers/bzip2/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Nov 1997 # Whom: Thomas Gellekum # -# $Id: Makefile,v 1.1.1.1 1997/11/20 08:18:40 tg Exp $ +# $Id: Makefile,v 1.2 1998/08/29 01:55:31 max Exp $ # DISTNAME= bzip2-0.1pl2 @@ -14,13 +14,13 @@ MASTER_SITES= http://www.muraroa.demon.co.uk/ MAINTAINER= ports@FreeBSD.org FETCH_BEFORE_ARGS= -b -MAN1= bzip2.1 bunzip2.1 +MAN1= bzip2.1 +MLINKS= bzip2.1 bunzip2.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bzip2 ${PREFIX}/bin ${LN} -sf ${PREFIX}/bin/bzip2 ${PREFIX}/bin/bunzip2 ${INSTALL_PROGRAM} ${WRKSRC}/bzip2recover ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/bzip2.1 ${PREFIX}/man/man1 - ${LN} -fs ${PREFIX}/man/man1/bzip2.1 ${PREFIX}/man/man1/bunzip2.1 .include -- cgit v1.2.3