diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2017-06-06 00:47:24 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2017-06-06 00:47:24 +0000 |
commit | 9133f75cb0dc678c39383983f79883fc606791b9 (patch) | |
tree | 0c2a47f4b0ce44c667279ca21131f9258e97b1b7 /net-mgmt/cacti | |
parent | 4745d5c87df7dd81b19a5722ecd5dfb1e0774ec5 (diff) |
Notes
Diffstat (limited to 'net-mgmt/cacti')
-rw-r--r-- | net-mgmt/cacti/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/cacti/Makefile b/net-mgmt/cacti/Makefile index ac215e1fdb21..c6a5a925177d 100644 --- a/net-mgmt/cacti/Makefile +++ b/net-mgmt/cacti/Makefile @@ -44,6 +44,8 @@ PLIST_SUB+= CACTIDIR=${CACTIDIR} CACTIUSER=${CACTIUSER} \ SUB_LIST+= CACTIDIR=${CACTIDIR} CACTIUSER=${CACTIUSER} \ CACTIGROUP=${CACTIGROUP} +CONFLICTS_INSTALL= cacti88 + post-patch: @${FIND} ${WRKSRC} -name \*.orig -delete; \ ${MV} ${WRKSRC}/include/config.php ${WRKSRC}/include/config.php.sample |