1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Use MAN? macros. CATEGORIES+= -> CATEGORIES.

This commit is contained in:
Satoshi Asami 1996-11-18 11:15:27 +00:00
parent 642e598732
commit 1180edba1c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4573

View File

@ -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>