pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/host



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Jul  9 11:50:36 UTC 2016

Modified Files:
        pkgsrc/net/host: Makefile

Log Message:
Fixed some pkglint warnings.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/net/host/Makefile

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

Modified files:

Index: pkgsrc/net/host/Makefile
diff -u pkgsrc/net/host/Makefile:1.30 pkgsrc/net/host/Makefile:1.31
--- pkgsrc/net/host/Makefile:1.30       Thu Feb 25 16:20:51 2016
+++ pkgsrc/net/host/Makefile    Sat Jul  9 11:50:36 2016
@@ -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 @@ HOMEPAGE=     http://www.weird.com/~woods/pr
 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