pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

nanomsgxx: Fix reference to nanomsg and set CATEGORY=net



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Jun 18 11:31:09 2016 +0200
Changeset:	9805508ffc619c5c9257f4fc49750d8b04d6fecd

Modified Files:
	nanomsgxx/Makefile

Log Message:
nanomsgxx: Fix reference to nanomsg and set CATEGORY=net

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9805508ffc619c5c9257f4fc49750d8b04d6fecd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 nanomsgxx/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/nanomsgxx/Makefile b/nanomsgxx/Makefile
index 7844b9d..ccf65a3 100644
--- a/nanomsgxx/Makefile
+++ b/nanomsgxx/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.1 2014/08/08 11:55:56 chybz Exp $
 
 DISTNAME=	nanomsgxx-0.2
-CATEGORIES=	devel
+CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=achille-roussel/}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
@@ -13,6 +13,6 @@ USE_LANGUAGES=	c c++
 
 BUILD_DEPENDS+=	waf>=1.8.4:../../devel/waf
 
-.include "../../wip/nanomsg/buildlink3.mk"
+.include "../../net/nanomsg/buildlink3.mk"
 .include "../../devel/waf/waf.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index