Use MLINKS for manpage link.
This commit is contained in:
parent
5514a8e431
commit
b67128a3dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13081
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user