From 8698e47a590cc76497c44c98ea7eda23a0ba5568 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 20 Oct 2006 11:22:57 +0200 Subject: [PATCH] Some cleanups for the Makefile --- external/freebsd-port/Makefile | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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