pkgsrc-WIP-changes archive

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

kcgi: pkglint.



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Mon Dec 19 21:15:59 2022 +0100
Changeset:	426c2d99ca0f60b7b144fcf63d88cdc45140ebb4

Modified Files:
	kcgi/Makefile

Log Message:
kcgi: pkglint.

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

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

diffstat:
 kcgi/Makefile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/kcgi/Makefile b/kcgi/Makefile
index f919417137..18d53701f4 100644
--- a/kcgi/Makefile
+++ b/kcgi/Makefile
@@ -11,14 +11,14 @@ COMMENT=	CGI/FCGI library for C/C++ web apps
 LICENSE=	isc
 
 SUBST_CLASSES+=		install
-SUBST_SED.install+=	-e 's,/usr/local,${PREFIX},'				\
-			-e 's,^MANDIR=.*,MANDIR=${PREFIX}/${PKGMANDIR},'	\
-			-e '/^CC=.*/d'						\
-			-e '/^CFLAGS=.*/d'
+SUBST_SED.install+=	-e 's,/usr/local,${PREFIX},'
+SUBST_SED.install+=	-e 's,^MANDIR=.*,MANDIR=${PREFIX}/${PKGMANDIR},'
+SUBST_SED.install+=	-e '/^CC=.*/d'
+SUBST_SED.install+=	-e '/^CFLAGS=.*/d'
 SUBST_FILES.install+=	configure
 SUBST_STAGE.install=	pre-configure
 SUBST_MESSAGE.install=	Fixing installation path.
 
-HAS_CONFIGURE=	yes
+HAS_CONFIGURE=		yes
 
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index