summaryrefslogtreecommitdiff
path: root/archivers/bzip
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:15:27 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:15:27 +0000
commit1180edba1cfda72b89c8dc14492c7eebfe5f53f3 (patch)
tree620382292ed61d31ac22955aced2266cb970be92 /archivers/bzip
parentUse MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES. (diff)
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes: svn path=/head/; revision=4573
Diffstat (limited to 'archivers/bzip')
-rw-r--r--archivers/bzip/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/archivers/bzip/Makefile b/archivers/bzip/Makefile
index 9798541f9b3b..59dc4869b76d 100644
--- a/archivers/bzip/Makefile
+++ b/archivers/bzip/Makefile
@@ -3,7 +3,7 @@
# Date created: Fr 27 Sep 1996 11:47:35 MET DST
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.5 1996/10/19 09:12:02 andreas Exp $
+# $Id: Makefile,v 1.6 1996/11/12 02:17:18 obrien Exp $
#
DISTNAME= bzip-0.21
@@ -13,6 +13,7 @@ MASTER_SITES= http://www.cs.man.ac.uk/arch/people/j-seward/
MAINTAINER= andreas@klemm.gtn.com
NO_CDROM= yes # Restrictive copyright (don't sell for profit)
+MAN1= bzip.1 bunzip.1
pre-install:
@${CAT} ${FILESDIR}/COPYRIGHT
@@ -23,9 +24,5 @@ do-install:
ln -s ${PREFIX}/bin/bzip ${PREFIX}/bin/bunzip
${INSTALL_MAN} ${WRKSRC}/bzip.1 ${PREFIX}/man/man1/bzip.1
${INSTALL_MAN} ${WRKSRC}/bzip.1 ${PREFIX}/man/man1/bunzip.1
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/bzip.1
- gzip -9nf ${PREFIX}/man/man1/bunzip.1
-.endif
.include <bsd.port.mk>