diff options
Diffstat (limited to 'archivers/lbzip2/Makefile')
-rw-r--r-- | archivers/lbzip2/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/archivers/lbzip2/Makefile b/archivers/lbzip2/Makefile index 93a006429963..f326062f22a4 100644 --- a/archivers/lbzip2/Makefile +++ b/archivers/lbzip2/Makefile @@ -1,6 +1,4 @@ -# New ports collection Makefile for: archivers/lbzip2 -# Date created: 7 Feb 2009 -# Whom: Gabor Kovesdan <gabor@FreeBSD.org> +# Created by: Gabor Kovesdan <gabor@FreeBSD.org> # $FreeBSD$ PORTNAME= lbzip2 @@ -9,7 +7,7 @@ CATEGORIES= archivers MASTER_SITES= http://lacos.web.elte.hu/pub/lbzip2/ MAINTAINER= gabor@FreeBSD.org -COMMENT= A multi-threaded bzip2/bunzip2 filter +COMMENT= Multi-threaded bzip2/bunzip2 filter WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/lbzip2 |