pkgsrc-WIP-changes archive

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

soju: Makefile: Move SUBST man block



Module Name:	pkgsrc-wip
Committed By:	Iris <iris000%duck.com@localhost>
Pushed By:	iris
Date:		Tue Aug 6 11:02:07 2024 +0000
Changeset:	ebc35b0c6d25b82deb7995ec0e842e94518bda41

Modified Files:
	soju/Makefile

Log Message:
soju: Makefile: Move SUBST man block

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

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

diffstat:
 soju/Makefile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/soju/Makefile b/soju/Makefile
index b6c7e10207..c94bf2f9e8 100644
--- a/soju/Makefile
+++ b/soju/Makefile
@@ -10,12 +10,6 @@ HOMEPAGE=	https://soju.im/
 COMMENT=	User friendly IRC bouncer
 LICENSE=	gnu-agpl-v3
 
-SUBST_CLASSES+=		man
-SUBST_STAGE.man=	post-build
-SUBST_MESSAGE.man=	Fixing /run path in man page
-SUBST_FILES.man=	doc/soju.1.scd
-SUBST_SED.man=		-e 's;/run/soju/admin;${VARBASE}/run/soju/admin;g'
-
 TOOL_DEPENDS+=	scdoc>=0:../../textproc/scdoc
 
 BUILD_DEFS+=	VARBASE
@@ -43,6 +37,12 @@ CONF_FILES=		${PREFIX}/share/examples/soju/config \
 
 RCD_SCRIPTS+=		soju
 
+SUBST_CLASSES+=		man
+SUBST_STAGE.man=	post-build
+SUBST_MESSAGE.man=	Fixing /run path in man page
+SUBST_FILES.man=	doc/soju.1.scd
+SUBST_SED.man=		-e 's;/run/soju/admin;${VARBASE}/run/soju/admin;g'
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKDIR}/.gopath/bin/soju ${DESTDIR}${PREFIX}/bin
 	${INSTALL_PROGRAM} ${WRKDIR}/.gopath/bin/sojuctl ${DESTDIR}${PREFIX}/bin


Home | Main Index | Thread Index | Old Index