diff --git a/external/freebsd-port/Makefile b/external/freebsd-port/Makefile index 1b2ff0e..c14c77d 100644 --- a/external/freebsd-port/Makefile +++ b/external/freebsd-port/Makefile @@ -1,11 +1,11 @@ -# Makefile for ports - Nico Schottelius +# New ports collection makefile for: oneko +# New ports collection makefile for: ccollect # Date created: 2006-10-20 -# Whom: asami +# Whom: Nico Schottelius # # $FreeBSD$ # - -USE_BZIP2= yes + PORTNAME= ccollect PORTVERSION= 0.5.1 CATEGORIES= sysutils archivers @@ -15,6 +15,9 @@ MAINTAINER= nico-fbsd-ccollect@schottelius.org COMMENT= (pseudo) incremental (parallel) backup MAN1= ccollect.sh.1 -MANCOMPRESSED= yes +MANCOMPRESSED= no +USE_BZIP2= yes + +RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync .include