pkgsrc-WIP-changes archive

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

fix dangling .include



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Wed Sep 23 18:33:08 2015 +0200
Changeset:	07892f913c31d03ae8b9469995827fc6bc190793

Modified Files:
	rsyslog7/Makefile

Log Message:
fix dangling .include

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

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

diffstat:
 rsyslog7/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/rsyslog7/Makefile b/rsyslog7/Makefile
index b984570..4976c17 100644
--- a/rsyslog7/Makefile
+++ b/rsyslog7/Makefile
@@ -51,7 +51,7 @@ post-install:
 .include "../../wip/libee/buildlink3.mk"
 BUILDLINK_ABI_DEPENDS.libestr+=		libestr>=0.1.9
 .include "../../devel/libestr/buildlink3.mk"
-.include "../../wip/liblogging/buildlink3.mk"
+.include "../../sysutils/liblogging/buildlink3.mk"
 .include "../../sysutils/liblognorm/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../textproc/json-c/buildlink3.mk"


Home | Main Index | Thread Index | Old Index