summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-12-10 17:02:32 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-12-10 17:02:32 +0000
commit7da778f9611767c29ca16b533877ba9e2c84176d (patch)
tree33c69fae60146b367d16e8762ad517dd0fdeb8cd /archivers
parent* Fix compiling on 3.0.x. They include headers in the most non-"standard" (diff)
Install `bzcat' and manpages for `bzcat' and `bzip2recover'
Requested by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
Notes
Notes: svn path=/head/; revision=15253
Diffstat (limited to 'archivers')
-rw-r--r--archivers/bzip2/Makefile5
-rw-r--r--archivers/bzip2/pkg-plist1
2 files changed, 4 insertions, 2 deletions
diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile
index b799f61c1f86..a954cb42e095 100644
--- a/archivers/bzip2/Makefile
+++ b/archivers/bzip2/Makefile
@@ -4,7 +4,7 @@
# Date created: 19 Nov 1997
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.7 1998/10/30 07:52:12 tg Exp $
+# $Id: Makefile,v 1.8 1998/11/03 07:05:20 obrien Exp $
#
DISTNAME= bzip2-0.9.0c
@@ -15,11 +15,12 @@ MAINTAINER= obrien@FreeBSD.org
FETCH_BEFORE_ARGS= -b
MAN1= bzip2.1
-MLINKS= bzip2.1 bunzip2.1
+MLINKS= bzip2.1 bunzip2.1 bzip2.1 bzcat.1 bzip2.1 bzip2recover.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bzip2 ${PREFIX}/bin
${LN} -sf ${PREFIX}/bin/bzip2 ${PREFIX}/bin/bunzip2
+ ${LN} -sf ${PREFIX}/bin/bzip2 ${PREFIX}/bin/bzcat
${INSTALL_PROGRAM} ${WRKSRC}/bzip2recover ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/libbz2.a ${PREFIX}/lib
${INSTALL_MAN} ${WRKSRC}/bzip2.1 ${PREFIX}/man/man1
diff --git a/archivers/bzip2/pkg-plist b/archivers/bzip2/pkg-plist
index fc1ae4569ce6..996cf87a0a4b 100644
--- a/archivers/bzip2/pkg-plist
+++ b/archivers/bzip2/pkg-plist
@@ -1,5 +1,6 @@
bin/bzip2
bin/bunzip2
+bin/bzcat
bin/bzip2recover
lib/libbz2.a
share/doc/bzip2/manual.ps