pkgsrc-WIP-changes archive

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

libcanlock: Updated references after import



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Tue Aug 28 13:29:04 2018 +0200
Changeset:	21f7779cfac503c19aa2d8e7216e73f8ce16401c

Modified Files:
	slrn/options.mk
	tin/options.mk

Log Message:
libcanlock: Updated references after import

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

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

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

diffs:
diff --git a/slrn/options.mk b/slrn/options.mk
index 0d324ab67b..c93f55f7d6 100644
--- a/slrn/options.mk
+++ b/slrn/options.mk
@@ -10,7 +10,7 @@ PKG_SUGGESTED_OPTIONS=		canlock ssl
 ### canlock support
 ###
 .if !empty(PKG_OPTIONS:Mcanlock)
-.  include "../../wip/libcanlock/buildlink3.mk"
+.  include "../../news/libcanlock/buildlink3.mk"
 CONFIGURE_ARGS+=	--with-canlock=${BUILDLINK_PREFIX.libcanlock}
 .else
 CONFIGURE_ARGS+=	--without-canlock
diff --git a/tin/options.mk b/tin/options.mk
index df0c76606e..8d8409842d 100644
--- a/tin/options.mk
+++ b/tin/options.mk
@@ -11,7 +11,7 @@ PKG_SUGGESTED_OPTIONS=		canlock inet6 nls termcap # see PR #51819
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mcanlock)
-.include "../../wip/libcanlock/buildlink3.mk"
+.include "../../news/libcanlock/buildlink3.mk"
 CONFIGURE_ARGS+=	--enable-cancel-locks
 .endif
 


Home | Main Index | Thread Index | Old Index