mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
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)
This commit is contained in:
parent
faf0e0c64b
commit
38abfc3074
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364771
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user