diff options
Diffstat (limited to 'archivers/bzip2/Makefile')
-rw-r--r-- | archivers/bzip2/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile index 924d947de55f..61bbf5f6af84 100644 --- a/archivers/bzip2/Makefile +++ b/archivers/bzip2/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: bzip2 -# Date created: 19 Nov 1997 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# +# Created by: Thomas Gellekum <tg@FreeBSD.org> # $FreeBSD$ -# PORTNAME= bzip2 PORTVERSION= 1.0.6 @@ -12,7 +7,7 @@ CATEGORIES= archivers MASTER_SITES= http://www.bzip.org/${PORTVERSION}/ MAINTAINER= jharris@widomaker.com -COMMENT= A block-sorting file compressor +COMMENT= Block-sorting file compressor USE_LDCONFIG= yes PATCH_STRIP= -p3 |