pkgsrc-WIP-changes archive

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

soju: Makefile: Include options.mk after lang/go/go-module.mk



Module Name:	pkgsrc-wip
Committed By:	Iris <iris000%duck.com@localhost>
Pushed By:	iris
Date:		Mon Sep 16 12:41:08 2024 +0000
Changeset:	223d49053ed95fd1d0f63e09f327a8c9e88f3d61

Modified Files:
	soju/Makefile

Log Message:
soju: Makefile: Include options.mk after lang/go/go-module.mk

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

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

diffstat:
 soju/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/soju/Makefile b/soju/Makefile
index fc68fc600c..61c18d933e 100644
--- a/soju/Makefile
+++ b/soju/Makefile
@@ -14,8 +14,6 @@ TOOL_DEPENDS+=	scdoc>=0:../../textproc/scdoc
 
 BUILD_DEFS+=	VARBASE
 
-.include "options.mk"
-
 GO_BUILD_PATTERN+=	-ldflags ' \
 			-X codeberg.org/emersion/soju/config.DefaultPath=${PKG_SYSCONFDIR}/config \
 			-X codeberg.org/emersion/soju/config.DefaultUnixAdminPath=${VARBASE}/run/soju/admin'
@@ -30,6 +28,7 @@ GO_BUILD_PATTERN+=	./cmd/soju ./cmd/sojuctl ./cmd/sojudb \
 .include "go-modules.mk"
 .include "../../lang/go/go-module.mk"
 .include "../../mk/bsd.prefs.mk"
+.include "options.mk"
 
 DOCDIR=			${PREFIX}/share/doc/soju
 INSTALLATION_DIRS+=	bin ${PKGMANDIR}/man1 ${PREFIX}/share/examples/soju \


Home | Main Index | Thread Index | Old Index