diff options
author | wiz <wiz@pkgsrc.org> | 2021-05-28 14:21:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-05-28 14:21:26 +0000 |
commit | bf555085d4a780a4bbeddbdb5cd3193f01b7d379 (patch) | |
tree | 7e5d729b1482f3ac78e1a1e6eb9e13b151881ed8 /devel/libnet10 | |
parent | 030019cc2fcb7663f1b9036cf744d8effbfe9c0b (diff) | |
download | pkgsrc-bf555085d4a780a4bbeddbdb5cd3193f01b7d379.tar.gz |
libnet1*: remove bogus conflict with libnet
They do not install in the same location.
Diffstat (limited to 'devel/libnet10')
-rw-r--r-- | devel/libnet10/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/libnet10/Makefile b/devel/libnet10/Makefile index dc7485d1c55..ff33bf28a44 100644 --- a/devel/libnet10/Makefile +++ b/devel/libnet10/Makefile @@ -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 |