summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-09-10 08:03:40 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-09-10 08:03:40 +0000
commitb67128a3dc1dd0e42706a62e7fd10c0b6e918502 (patch)
tree47a5f5ed6fe6326330349e94994388f8cb065c37 /archivers
parent(1) Add MLINKS support. (diff)
Use MLINKS for manpage link.
Notes
Notes: svn path=/head/; revision=13081
Diffstat (limited to 'archivers')
-rw-r--r--archivers/bzip2/Makefile6
1 files changed, 3 insertions, 3 deletions
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 <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>