aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2018-03-16 09:41:38 +0000
committerJason E. Hale <jhale@FreeBSD.org>2018-03-16 09:41:38 +0000
commitc554ed6536a061c45382e08dd9dcca409e425977 (patch)
tree6ea16aaee37a729a13ef9ad34d88d5489d56f680 /sysutils
parentec86362b514a63c3b08ca486ccbccd28a831f37e (diff)
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/py-dirsync/Makefile2
-rw-r--r--sysutils/u-boot-tools/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/py-dirsync/Makefile b/sysutils/py-dirsync/Makefile
index 99a6c466db7c..aaff3eb04632 100644
--- a/sysutils/py-dirsync/Makefile
+++ b/sysutils/py-dirsync/Makefile
@@ -12,7 +12,7 @@ COMMENT= Advanced directory tree synchronisation tool
LICENSE= MIT
-CONFLICT_INSTALL=p5-File-Dirsync
+CONFLICTS_INSTALL= p5-File-Dirsync
USES= python zip
USE_PYTHON= autoplist distutils
diff --git a/sysutils/u-boot-tools/Makefile b/sysutils/u-boot-tools/Makefile
index dc1d8fd65109..6ebb7f035e74 100644
--- a/sysutils/u-boot-tools/Makefile
+++ b/sysutils/u-boot-tools/Makefile
@@ -15,7 +15,7 @@ LICENSE= GPLv2
USES= tar:bzip2 gmake python:2.7,build ssl
-CONFLICT= uboot-mkimage
+CONFLICTS= uboot-mkimage
ALL_TARGET= tools-only
MAKE_ARGS= ARCH=sandbox \
CC="${CC}" \