diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-11-03 07:05:20 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-11-03 07:05:20 +0000 |
commit | 6ffbcd96fdfe97b299d7a4e699577a99d7c06deb (patch) | |
tree | 06a38214bd637b01e5d8ab0dd8162dfedfa4dd7e /archivers | |
parent | cfc3320e164a9a04bb78fe289cac58f6da34145e (diff) | |
download | ports-6ffbcd96fdfe97b299d7a4e699577a99d7c06deb.tar.gz ports-6ffbcd96fdfe97b299d7a4e699577a99d7c06deb.zip |
had no offical maintainer and I'm starting to use bzip2 more and more.
Notes
Notes:
svn path=/head/; revision=14325
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/bzip2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile index 32ccf1b5c5a4..b799f61c1f86 100644 --- a/archivers/bzip2/Makefile +++ b/archivers/bzip2/Makefile @@ -1,16 +1,17 @@ +# ex:ts=8 # New ports collection makefile for: bzip2 # Version required: 0.9.0c # Date created: 19 Nov 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.6 1998/10/28 23:17:16 asami Exp $ +# $Id: Makefile,v 1.7 1998/10/30 07:52:12 tg Exp $ # DISTNAME= bzip2-0.9.0c CATEGORIES= archivers MASTER_SITES= http://www.muraroa.demon.co.uk/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= obrien@FreeBSD.org FETCH_BEFORE_ARGS= -b MAN1= bzip2.1 |