aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorak <ak@FreeBSD.org>2016-02-11 00:14:34 +0800
committerak <ak@FreeBSD.org>2016-02-11 00:14:34 +0800
commit38bf063243eea3e2f4d27057311ad86a7b33c800 (patch)
treea4de6c11498bc4d479141b67aa3e3b4e7003eec0 /devel
parent9766cf35880d9a89aafec159d08daadc3cc1f6c8 (diff)
downloadfreebsd-ports-gnome-38bf063243eea3e2f4d27057311ad86a7b33c800.tar.gz
freebsd-ports-gnome-38bf063243eea3e2f4d27057311ad86a7b33c800.tar.zst
freebsd-ports-gnome-38bf063243eea3e2f4d27057311ad86a7b33c800.zip
- Fix various typos in CONFLICTS_INSTALL knob
Approved by: portmgr blanket
Diffstat (limited to 'devel')
-rw-r--r--devel/libdwarf/Makefile2
-rw-r--r--devel/libedit/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/libdwarf/Makefile b/devel/libdwarf/Makefile
index e2b90a74fa3c..34e8ef4c12cf 100644
--- a/devel/libdwarf/Makefile
+++ b/devel/libdwarf/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://pkgs.fedoraproject.org/repo/pkgs/libdwarf/libdwarf-20130207
MAINTAINER= joerg@FreeBSD.org
COMMENT= Library to analyze DWARF debugging information in ELF files
-INSTALL_CONFLICT= bsdlibdwarf*
+CONFLICTS_INSTALL= bsdlibdwarf*
MAKE_JOBS_UNSAFE= yes
diff --git a/devel/libedit/Makefile b/devel/libedit/Makefile
index d4676d41133d..096e2c885363 100644
--- a/devel/libedit/Makefile
+++ b/devel/libedit/Makefile
@@ -24,6 +24,6 @@ CONFIGURE_ARGS= --enable-widec
MAKE_ENV= LC_ALL=C
LDFLAGS+= -L${LOCALBASE}/lib
-CONFLICT_INSTALL= editline-*
+CONFLICTS_INSTALL= editline-*
.include <bsd.port.mk>