pkgsrc-WIP-changes archive

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

py-fortpy: Fix path to included mk file



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Sat Nov 6 10:05:23 2021 -0400
Changeset:	11ee870c50aed6367fa06e58271fc2435dc607fe

Modified Files:
	py-fortpy/Makefile

Log Message:
py-fortpy: Fix path to included mk file

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

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

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

diffs:
diff --git a/py-fortpy/Makefile b/py-fortpy/Makefile
index 263f75b799..88a9683218 100644
--- a/py-fortpy/Makefile
+++ b/py-fortpy/Makefile
@@ -25,5 +25,5 @@ post-extract:
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
-.include "../../lang/lang/python/versioned_dependencies.mk"
+.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index