From 38abfc3074058e4a9b91e9167711b893d26cc591 Mon Sep 17 00:00:00 2001 From: John Marino Date: Wed, 13 Aug 2014 09:46:00 +0000 Subject: [PATCH] sysutils/backuppc: Don't build package until config file overwrite is solved This port will overwrite config files if the package is built on another host. Disable package building to avoid configuration file overwrites until a better solution can be found. PR: 192403 Submitted by: viq Band-aid by: maintainer (Alexander Moisseev) --- sysutils/backuppc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/backuppc/Makefile b/sysutils/backuppc/Makefile index 42cc89d74606..614f620e377b 100644 --- a/sysutils/backuppc/Makefile +++ b/sysutils/backuppc/Makefile @@ -3,7 +3,7 @@ PORTNAME= backuppc PORTVERSION= 3.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTVERSION} @@ -23,6 +23,8 @@ USE_RC_SUBR= backuppc USES= perl5 NO_BUILD= yes +NO_PACKAGE= Overwrites configuration files; set FORCE_PACKAGE if you want\ + to build this package USERS= backuppc GROUPS= backuppc