diff options
author | tg <tg@FreeBSD.org> | 1998-10-28 09:37:30 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-10-28 09:37:30 +0000 |
commit | 9abc1aede0460e3ce0b239065d42b5780610b0ec (patch) | |
tree | 31822d915da70b2b6674d0b6d67966370f5a6b98 /archivers/bzip2/Makefile | |
parent | acc2234bee960459ee25a9b72d3ee4b70abff95a (diff) | |
download | FreeBSD-ports-9abc1aede0460e3ce0b239065d42b5780610b0ec.zip FreeBSD-ports-9abc1aede0460e3ce0b239065d42b5780610b0ec.tar.gz |
Upgrade to 0.9.0c.
Diffstat (limited to 'archivers/bzip2/Makefile')
-rw-r--r-- | archivers/bzip2/Makefile | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile index 7b7b00f..389593ab 100644 --- a/archivers/bzip2/Makefile +++ b/archivers/bzip2/Makefile @@ -1,16 +1,14 @@ # New ports collection makefile for: bzip2 -# Version required: 0.1pl2 +# Version required: 0.9.0c # Date created: 19 Nov 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.3 1998/09/10 08:03:40 asami Exp $ +# $Id: Makefile,v 1.4 1998/09/23 00:57:45 steve Exp $ # -DISTNAME= bzip2-0.1pl2 -PKGNAME= bzip2-0.1p2 +DISTNAME= bzip2-0.9.0c CATEGORIES= archivers -MASTER_SITES= ftp://ftp.connectnet.com/pub/bzip/ \ - http://www.muraroa.demon.co.uk/ +MASTER_SITES= http://www.muraroa.demon.co.uk/ MAINTAINER= ports@FreeBSD.org @@ -22,6 +20,11 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bzip2 ${PREFIX}/bin ${LN} -sf ${PREFIX}/bin/bzip2 ${PREFIX}/bin/bunzip2 ${INSTALL_PROGRAM} ${WRKSRC}/bzip2recover ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/libbz2.a ${PREFIX}/lib ${INSTALL_MAN} ${WRKSRC}/bzip2.1 ${PREFIX}/man/man1 +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/bzip2 + ${INSTALL_DATA} ${WRKSRC}/manual* ${PREFIX}/share/doc/bzip2 +.endif .include <bsd.port.mk> |