diff options
author | jhale <jhale@FreeBSD.org> | 2018-03-16 17:41:38 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2018-03-16 17:41:38 +0800 |
commit | 14a4769e836d4af31429564a4dac24934146bea0 (patch) | |
tree | 6ea16aaee37a729a13ef9ad34d88d5489d56f680 /security | |
parent | 2495fcd25ecbbdca9a262db862a285cb6190cc22 (diff) | |
download | freebsd-ports-gnome-14a4769e836d4af31429564a4dac24934146bea0.tar.gz freebsd-ports-gnome-14a4769e836d4af31429564a4dac24934146bea0.tar.zst freebsd-ports-gnome-14a4769e836d4af31429564a4dac24934146bea0.zip |
Fix typos in CONFLICTS
Diffstat (limited to 'security')
-rw-r--r-- | security/linux-c7-cyrus-sasl2/Makefile | 2 | ||||
-rw-r--r-- | security/linux-c7-libtasn1/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/linux-c7-cyrus-sasl2/Makefile b/security/linux-c7-cyrus-sasl2/Makefile index 591659ff1449..34f641dcfa8f 100644 --- a/security/linux-c7-cyrus-sasl2/Makefile +++ b/security/linux-c7-cyrus-sasl2/Makefile @@ -11,7 +11,7 @@ LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL} MAINTAINER= emulation@FreeBSD.org COMMENT= RFC 2222 SASL (Simple Authentication and Security Layer) (Linux CentOS ${LINUX_DIST_VER}) -CONFLICT= linux-c6-${LINUXNAME}-[0-9]* +CONFLICTS= linux-c6-${LINUXNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}2/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION} diff --git a/security/linux-c7-libtasn1/Makefile b/security/linux-c7-libtasn1/Makefile index 0a3658f36990..7b6d4d22b073 100644 --- a/security/linux-c7-libtasn1/Makefile +++ b/security/linux-c7-libtasn1/Makefile @@ -10,7 +10,7 @@ COMMENT= ASN.1 structure parser library (Linux CentOS ${LINUX_DIST_VER}) LICENSE= LGPL21+ -CONFLICT= linux-c6-${PORTNAME}-[0-9]* +CONFLICTS= linux-c6-${PORTNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr RPMVERSION= 1.el7 |