diff options
Diffstat (limited to 'archivers/pbzip2/Makefile')
-rw-r--r-- | archivers/pbzip2/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/archivers/pbzip2/Makefile b/archivers/pbzip2/Makefile index 02152e134125..290f83f5d96a 100644 --- a/archivers/pbzip2/Makefile +++ b/archivers/pbzip2/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: pbzip2 -# Date created: Dec 7, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= pbzip2 PORTVERSION= 1.1.6 @@ -21,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING MAN1= pbzip2.1 MLINKS= pbzip2.1 pbunzip2.1 -USE_GMAKE= YES +USES= gmake PLIST_FILES= bin/pbzip2 bin/pbunzip2 |