add categories, remove imake, use bzip2
This commit is contained in:
parent
5dfdfa0af0
commit
1722576c3e
1 changed files with 3 additions and 3 deletions
6
external/freebsd-port/Makefile
vendored
6
external/freebsd-port/Makefile
vendored
|
@ -5,16 +5,16 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
|
USE_BZIP2= yes
|
||||||
PORTNAME= ccollect
|
PORTNAME= ccollect
|
||||||
PORTVERSION= 0.5.1
|
PORTVERSION= 0.5.1
|
||||||
CATEGORIES= games
|
CATEGORIES= sysutils archivers
|
||||||
MASTER_SITES= ftp://ftp.cs.columbia.edu/archives/X11R5/contrib/
|
MASTER_SITES= http://unix.schottelius.org/ccollect/
|
||||||
|
|
||||||
MAINTAINER= nico-fbsd-ccollect@schottelius.org
|
MAINTAINER= nico-fbsd-ccollect@schottelius.org
|
||||||
COMMENT= (pseudo) incremental (parallel) backup
|
COMMENT= (pseudo) incremental (parallel) backup
|
||||||
|
|
||||||
MAN1= ccollect.sh.1
|
MAN1= ccollect.sh.1
|
||||||
MANCOMPRESSED= yes
|
MANCOMPRESSED= yes
|
||||||
USE_IMAKE= yes
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Reference in a new issue