pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/libmrss



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

Modified Files:
        pkgsrc/www/libmrss: Makefile

Log Message:
Fixed some pkglint warnings.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/libmrss/Makefile

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

Modified files:

Index: pkgsrc/www/libmrss/Makefile
diff -u pkgsrc/www/libmrss/Makefile:1.5 pkgsrc/www/libmrss/Makefile:1.6
--- pkgsrc/www/libmrss/Makefile:1.5     Sat Mar  5 11:27:57 2016
+++ pkgsrc/www/libmrss/Makefile Sat Jul  9 13:11:10 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2016/03/05 11:27:57 jperkin Exp $
+# $NetBSD: Makefile,v 1.6 2016/07/09 13:11:10 rillig Exp $
 #
 
 DISTNAME=      libmrss-0.19.2
@@ -14,7 +14,7 @@ LICENSE=      gnu-lgpl-v2.1
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 USE_TOOLS+=    pkg-config
-USE_LANGUAGES =        c c++
+USE_LANGUAGES= c c++
 
 PKGCONFIG_OVERRIDE+=   mrss.pc.in
 



Home | Main Index | Thread Index | Old Index