pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/sloccount



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Jun  7 15:52:22 UTC 2020

Modified Files:
        pkgsrc/devel/sloccount: Makefile

Log Message:
devel/sloccount: fix pkglint warning


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/sloccount/Makefile

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

Modified files:

Index: pkgsrc/devel/sloccount/Makefile
diff -u pkgsrc/devel/sloccount/Makefile:1.7 pkgsrc/devel/sloccount/Makefile:1.8
--- pkgsrc/devel/sloccount/Makefile:1.7 Wed May 13 04:01:36 2020
+++ pkgsrc/devel/sloccount/Makefile     Sun Jun  7 15:52:22 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/05/13 04:01:36 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2020/06/07 15:52:22 rillig Exp $
 
 
 DISTNAME=      sloccount-2.26
@@ -9,7 +9,6 @@ MASTER_SITES=   https://www.dwheeler.com/s
 MAINTAINER=    khorben%defora.org@localhost
 HOMEPAGE=      https://www.dwheeler.com/sloccount/
 COMMENT=       Counting physical Source Lines of Code (SLOC)
-
 LICENSE=       gnu-gpl-v2
 
 USE_TOOLS+=    flex gunzip perl



Home | Main Index | Thread Index | Old Index