diff options
author | obrien <obrien@FreeBSD.org> | 1998-11-03 07:05:20 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-11-03 07:05:20 +0000 |
commit | e28326c1e8547c2a191be5a06322c716758b4d31 (patch) | |
tree | 7b43369d9847e3fe6d003ee1d566e3650f6924e9 /archivers | |
parent | f6c8cd3827a5f21c515b5ca65a2257cdc00f9ed1 (diff) | |
download | FreeBSD-ports-e28326c1e8547c2a191be5a06322c716758b4d31.zip FreeBSD-ports-e28326c1e8547c2a191be5a06322c716758b4d31.tar.gz |
had no offical maintainer and I'm starting to use bzip2 more and more.
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 32ccf1b..b799f61 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 |