pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/qlogtools



Module Name:    pkgsrc
Committed By:   rillig
Date:           Thu Sep 12 20:47:56 UTC 2019

Modified Files:
        pkgsrc/sysutils/qlogtools: Makefile

Log Message:
sysutils/qlogtools: fix a few pkglint warnings


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/qlogtools/Makefile

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

Modified files:

Index: pkgsrc/sysutils/qlogtools/Makefile
diff -u pkgsrc/sysutils/qlogtools/Makefile:1.9 pkgsrc/sysutils/qlogtools/Makefile:1.10
--- pkgsrc/sysutils/qlogtools/Makefile:1.9      Tue Oct 23 19:51:21 2012
+++ pkgsrc/sysutils/qlogtools/Makefile  Thu Sep 12 20:47:56 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2012/10/23 19:51:21 asau Exp $
+# $NetBSD: Makefile,v 1.10 2019/09/12 20:47:56 rillig Exp $
 #
 
 DISTNAME=              qlogtools-3.1
@@ -21,9 +21,7 @@ post-configure:
        ${ECHO} ${DESTDIR}${DJB_CONFIG_PREFIX}/${PKGMANDIR} > ${WRKSRC}/conf-man
 
 do-install:
-       ${_PKG_SILENT}${_PKG_DEBUG}cd ${WRKSRC};                        \
-       ./installer;                                                    \
-       ./instcheck
+       ${RUN} cd ${WRKSRC} && ./installer && ./instcheck
 
 .include "../../mk/djbware.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index