pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Fixed some pkglint warnings.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c229015301b
branches:  trunk
changeset: 349509:6c229015301b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Jul 09 11:48:12 2016 +0000

description:
Fixed some pkglint warnings.

diffstat:

 benchmarks/iozone/Makefile |  8 ++++----
 net/host/Makefile          |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (54 lines):

diff -r 31adcd69c7de -r 6c229015301b benchmarks/iozone/Makefile
--- a/benchmarks/iozone/Makefile        Sat Jul 09 11:44:23 2016 +0000
+++ b/benchmarks/iozone/Makefile        Sat Jul 09 11:48:12 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2016/07/09 06:37:50 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2016/07/09 11:48:12 rillig Exp $
 
 DISTNAME=      iozone3_430
 PKGNAME=       ${DISTNAME:S/3_/-3./}
@@ -44,15 +44,15 @@
 BUILD_TARGET=          generic
 .endif
 
-REPLACE_PERL =         iozone_visualizer.pl report.pl
+REPLACE_PERL=          iozone_visualizer.pl report.pl
 SUBST_CLASSES+=                crlf
 SUBST_MESSAGE.crlf=    Stripping EOL CR in ${REPLACE_PERL}
 SUBST_STAGE.crlf=      post-extract
 SUBST_FILES.crlf=      ${REPLACE_PERL}
 SUBST_FILTER_CMD.crlf= ${TR} -d '\r'
 
-EGDIR =                        share/examples/IOzone
-DOCDIR =               share/doc/IOzone
+EGDIR=                 share/examples/IOzone
+DOCDIR=                        share/doc/IOzone
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1 ${EGDIR} ${DOCDIR}
 
 .include "options.mk"
diff -r 31adcd69c7de -r 6c229015301b net/host/Makefile
--- a/net/host/Makefile Sat Jul 09 11:44:23 2016 +0000
+++ b/net/host/Makefile Sat Jul 09 11:48:12 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2016/02/25 16:20:51 jperkin Exp $
+# $NetBSD: Makefile,v 1.31 2016/07/09 11:50:36 rillig Exp $
 
 DISTNAME=      host-20070128
 CATEGORIES=    net
@@ -9,13 +9,13 @@
 COMMENT=       Powerful DNS query and testing tool
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1 ${PKGMANDIR}/cat1
-NO_CONFIGURE = yes
+NO_CONFIGURE=          yes
 
 CONFLICTS+=    bind-[0-9]*
 
 USE_BSD_MAKEFILE=      yes
-MAKE_FILE=     Makefile.BSD
-MAKE_FLAGS+=   __NetBSD__=1
+MAKE_FILE=             Makefile.BSD
+MAKE_FLAGS+=           __NetBSD__=1
 
 USE_TOOLS+=    nroff
 



Home | Main Index | Thread Index | Old Index