diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 21:43:17 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 21:43:17 +0000 |
commit | aeac01a4bbd80367d8720b2194bc14765d50af6b (patch) | |
tree | 626d2288bada68bcb887f72d08c8de3dfe0595dc /devel/cvsdiff2patch/Makefile | |
parent | science/minc2: Unbreak, Upgrade version 2.0.18 => 2.2.00 and stage (diff) |
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
Notes
Notes:
svn path=/head/; revision=363399
Diffstat (limited to 'devel/cvsdiff2patch/Makefile')
-rw-r--r-- | devel/cvsdiff2patch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cvsdiff2patch/Makefile b/devel/cvsdiff2patch/Makefile index 3c70c60c934e..d90ae40fbf38 100644 --- a/devel/cvsdiff2patch/Makefile +++ b/devel/cvsdiff2patch/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 1.0.1 CATEGORIES= devel MASTER_SITES= http://people.freebsd.org/~alfred/sources/cvsdiff2patch/ DISTNAME= cvsdiff2patch-${PORTVERSION} -USE_BZIP2= yes +USES= tar:bzip2 MAINTAINER= ports@FreeBSD.org COMMENT= Turn cvs diff output into patch input |