pkgsrc-WIP-changes archive

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

*coin: wip/miniupnpc -> net/miniupnpc



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Dec 22 01:03:35 2016 +0100
Changeset:	f24c7d23791ddf9fc5bb1f0a715c367b9d23150e

Modified Files:
	dogecoin/options.mk
	zetacoin/options.mk

Log Message:
*coin: wip/miniupnpc -> net/miniupnpc

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

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

diffstat:
 dogecoin/options.mk | 2 +-
 zetacoin/options.mk | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/dogecoin/options.mk b/dogecoin/options.mk
index 4602032..d514662 100644
--- a/dogecoin/options.mk
+++ b/dogecoin/options.mk
@@ -9,7 +9,7 @@ PLIST_VARS+=		qt tests
 
 .if !empty(PKG_OPTIONS:Mminiupnpc)
 QMAKE_OPTIONS+=	USE_UPNP=1
-.include "../../wip/miniupnpc/buildlink3.mk"
+.include "../../net/miniupnpc/buildlink3.mk"
 .else
 QMAKE_OPTIONS+=	USE_UPNP=-
 CONFIGURE_ARGS+=	--without-miniupnpc
diff --git a/zetacoin/options.mk b/zetacoin/options.mk
index 3f9b2e7..b63f26c 100644
--- a/zetacoin/options.mk
+++ b/zetacoin/options.mk
@@ -9,7 +9,7 @@ PKG_SUGGESTED_OPTIONS=		# blank
 
 .if !empty(PKG_OPTIONS:Mminiupnpc)
 QMAKE_OPTIONS+=	USE_UPNP=1
-.include "../../wip/miniupnpc/buildlink3.mk"
+.include "../../net/miniupnpc/buildlink3.mk"
 .else
 QMAKE_OPTIONS+=	USE_UPNP=-
 CONFIGURE_ARGS+=	--without-miniupnpc


Home | Main Index | Thread Index | Old Index