pkgsrc-WIP-changes archive

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

adjust path to gitlab.mk



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Sat Jun 11 20:12:50 2022 -0400
Changeset:	8c03be2376f6aa42f94bb15d1db2aa10421600b0

Modified Files:
	guile-colorized/Makefile

Log Message:
adjust path to gitlab.mk

(doesn't work, but fails individually vs throwingg lintpkgsrc errors)

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

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

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

diffs:
diff --git a/guile-colorized/Makefile b/guile-colorized/Makefile
index e3aff72a32..b5e9927618 100644
--- a/guile-colorized/Makefile
+++ b/guile-colorized/Makefile
@@ -22,5 +22,5 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/ice-9/colorized.scm ${DESTDIR}${PREFIX}/guile/2.2/share/guile/2.2/ice-9/
 
 .include "../../lang/guile22/buildlink3.mk"
-.include "../../wip/mk/gitlab.mk"
+.include "../../mk/fetch/gitlab.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index