pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/dnsdoctor Fixed pkglint warnings.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b571a057a735
branches:  trunk
changeset: 356076:b571a057a735
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Dec 18 16:30:12 2016 +0000

description:
Fixed pkglint warnings.

diffstat:

 net/dnsdoctor/Makefile |  10 +++++-----
 net/dnsdoctor/PLIST    |   4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (50 lines):

diff -r adcdd67f134d -r b571a057a735 net/dnsdoctor/Makefile
--- a/net/dnsdoctor/Makefile    Sun Dec 18 16:30:00 2016 +0000
+++ b/net/dnsdoctor/Makefile    Sun Dec 18 16:30:12 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2016/09/08 15:19:18 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2016/12/18 16:30:12 rillig Exp $
 #
 
 DISTNAME=      dnsdoctor-1.0.1
@@ -17,7 +17,7 @@
 
 # Config name conflict, need many changes.
 RUBY_VERSIONS_ACCEPTED=        18
-NO_BUILD=      yes
+NO_BUILD=              yes
 
 DDOC_HTML_PATH?=       /dnsdoctor
 EGDIR=                 share/examples
@@ -30,9 +30,9 @@
 REPLACE_RUBY+=         contrib/dig.rb dnsdoctor/zc.rb
 
 DDOC_INSTALLER_RB_ARGS+=       -DRUBY=${RUBY:Q}
-DDOC_INSTALLER_RB_ARGS+=       -DPREFIX=${PREFIX:Q}
-DDOC_INSTALLER_RB_ARGS+=       -DEGDIR=${PREFIX:Q}/${EGDIR:Q}
-DDOC_INSTALLER_RB_ARGS+=       -DETCDIR=${PKG_SYSCONFDIR:Q}
+DDOC_INSTALLER_RB_ARGS+=       -DPREFIX=${PREFIX}
+DDOC_INSTALLER_RB_ARGS+=       -DEGDIR=${PREFIX}/${EGDIR}
+DDOC_INSTALLER_RB_ARGS+=       -DETCDIR=${PKG_SYSCONFDIR}
 DDOC_INSTALLER_RB_ARGS+=       -DHTML_PATH=${DDOC_HTML_PATH:Q}
 
 CONF_FILES+=   ${DDOCEGDIR}/afnic.profile ${DDOCCONFDIR}/afnic.profile
diff -r adcdd67f134d -r b571a057a735 net/dnsdoctor/PLIST
--- a/net/dnsdoctor/PLIST       Sun Dec 18 16:30:00 2016 +0000
+++ b/net/dnsdoctor/PLIST       Sun Dec 18 16:30:12 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:09:25 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2016/12/18 16:30:12 rillig Exp $
 bin/dnsdoctor
 libexec/dnsdoctor/cgi-bin/diagnose.cgi
 libexec/dnsdoctor/dnsdoctor/cache.rb
@@ -120,8 +120,8 @@
 libexec/dnsdoctor/www/html/form.html.en
 libexec/dnsdoctor/www/html/form.html.fr
 libexec/dnsdoctor/www/html/form.html.zh
+libexec/dnsdoctor/www/img/ddoc-fav.png
 libexec/dnsdoctor/www/img/details.png
-libexec/dnsdoctor/www/img/ddoc-fav.png
 libexec/dnsdoctor/www/img/element.png
 libexec/dnsdoctor/www/img/fatal.png
 libexec/dnsdoctor/www/img/gear.png



Home | Main Index | Thread Index | Old Index