pkgsrc-WIP-changes archive

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

xvkbd: Fix pkglint nits



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Sun Feb 18 20:45:03 2024 -0500
Changeset:	9d8140f26d9e69972e810ba6c85dd4d8aef3fe9b

Modified Files:
	xvkbd/Makefile

Log Message:
xvkbd: Fix pkglint nits

  - COMMENT wording
  - variable alignment
  - put XAW_TYPE in BUILD_DEFS

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

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

diffstat:
 xvkbd/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/xvkbd/Makefile b/xvkbd/Makefile
index a63c42a303..828f82af30 100644
--- a/xvkbd/Makefile
+++ b/xvkbd/Makefile
@@ -7,17 +7,18 @@ MASTER_SITES=	http://t-sato.in.coocan.jp/xvkbd/
 
 MAINTAINER=	ryoon%NetBSD.org@localhost
 HOMEPAGE=	http://t-sato.in.coocan.jp/xvkbd/
-COMMENT=	The xvkbd is a virtual (graphical) keyboard program for X
+COMMENT=	Virtual (graphical) keyboard program for X
 LICENSE=	gnu-gpl-v2
 
 USE_IMAKE=	yes
 
-MAKE_FLAGS+=	SHAREDIR=${PREFIX}/share/xvkbd
+MAKE_FLAGS+=		SHAREDIR=${PREFIX}/share/xvkbd
 INSTALL_MAKE_FLAGS+=	SHAREDIR=${PREFIX}/share/xvkbd
 
 INSTALLATION_DIRS+=	share/xvkbd
 
 .include "../../mk/xaw.buildlink3.mk"
+BUILD_DEFS+=		XAW_TYPE
 .if ${XAW_TYPE} == "standard"
 SUBST_CLASSES+=		xaw
 SUBST_STAGE.xaw=	pre-configure


Home | Main Index | Thread Index | Old Index