Sat Aug 19 00:23:05 2017 UTC ()
net/netcat-openbsd: Remove unnecessary bsd.prefs.mk inclusion.


(jlam)
diff -r1.3 -r1.4 pkgsrc/net/netcat-openbsd/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/net/netcat-openbsd/Makefile (expand / switch to unified diff)

--- pkgsrc/net/netcat-openbsd/Makefile 2015/03/13 16:10:08 1.3
+++ pkgsrc/net/netcat-openbsd/Makefile 2017/08/19 00:23:05 1.4
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.3 2015/03/13 16:10:08 tnn Exp $ 1# $NetBSD: Makefile,v 1.4 2017/08/19 00:23:05 jlam Exp $
2 2
3DISTNAME= netcat-openbsd-20131208 3DISTNAME= netcat-openbsd-20131208
4CATEGORIES= net 4CATEGORIES= net
5MASTER_SITES= ${MASTER_SITE_GITHUB:=msporleder/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=msporleder/}
6GITHUB_TAG= 126d9bbdca6afb45d9c2d38e4313d2a1a59e35e9 6GITHUB_TAG= 126d9bbdca6afb45d9c2d38e4313d2a1a59e35e9
7LICENSE= modified-bsd 7LICENSE= modified-bsd
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.openbsd.org/ 10HOMEPAGE= http://www.openbsd.org/
11COMMENT= Arbitrary TCP and UDP connections and listens 11COMMENT= Arbitrary TCP and UDP connections and listens
12CONFLICTS= netcat-[0-9]* 12CONFLICTS= netcat-[0-9]*
13 13
14NO_CONFIGURE= yes 14NO_CONFIGURE= yes
15 15
16.include "../../mk/bsd.prefs.mk" 
17.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"