diff options
author | asami <asami@FreeBSD.org> | 1998-09-10 08:03:40 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-10 08:03:40 +0000 |
commit | ee700c89e1cd1bf557317df3605131ba7d5688b0 (patch) | |
tree | ded2247d0baef248db2033249b09f876dc5ea4dd | |
parent | 67447f7e83e556fe887337f79213b11e419b0786 (diff) | |
download | FreeBSD-ports-ee700c89e1cd1bf557317df3605131ba7d5688b0.zip FreeBSD-ports-ee700c89e1cd1bf557317df3605131ba7d5688b0.tar.gz |
Use MLINKS for manpage link.
-rw-r--r-- | archivers/bzip2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile index ce58360..38fbdfb 100644 --- a/archivers/bzip2/Makefile +++ b/archivers/bzip2/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Nov 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $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 <bsd.port.mk> |