libnet1*: remove bogus conflict with libnet
They do not install in the same location.
This commit is contained in:
parent
def41fc3cb
commit
62ccbd5e2d
2 changed files with 2 additions and 7 deletions
|
@ -1,5 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.9 2019/05/23 19:22:58 rillig Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.10 2021/05/28 14:21:26 wiz Exp $
|
||||
|
||||
DISTNAME= libnet-1.0.2a
|
||||
PKGNAME= ${DISTNAME:S/libnet/libnet10/}
|
||||
|
@ -12,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
|
|||
COMMENT= C library for portable packet creation and injection
|
||||
LICENSE= 2-clause-bsd
|
||||
|
||||
CONFLICTS= libnet-[0-9]*
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:C/l/L/}
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.13 2019/11/03 10:39:18 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2021/05/28 14:21:26 wiz Exp $
|
||||
|
||||
DISTNAME= libnet-1.1.2.1
|
||||
PKGNAME= ${DISTNAME:S/libnet/libnet11/}
|
||||
|
@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
|
|||
COMMENT= C library for portable packet creation and injection
|
||||
LICENSE= 2-clause-bsd
|
||||
|
||||
CONFLICTS= libnet-[0-9]*
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
WRKSRC= ${WRKDIR}/libnet
|
||||
|
|
Loading…
Reference in a new issue