pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/cal3d



Module Name:    pkgsrc
Committed By:   rillig
Date:           Wed Jan  3 00:35:24 UTC 2018

Modified Files:
        pkgsrc/graphics/cal3d: Makefile

Log Message:
Added missing LICENSE variable.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/cal3d/Makefile

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

Modified files:

Index: pkgsrc/graphics/cal3d/Makefile
diff -u pkgsrc/graphics/cal3d/Makefile:1.9 pkgsrc/graphics/cal3d/Makefile:1.10
--- pkgsrc/graphics/cal3d/Makefile:1.9  Sat Apr 25 14:23:07 2015
+++ pkgsrc/graphics/cal3d/Makefile      Wed Jan  3 00:35:24 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2015/04/25 14:23:07 tnn Exp $
+# $NetBSD: Makefile,v 1.10 2018/01/03 00:35:24 rillig Exp $
 #
 
 PKGNAME=               cal3d-${CAL3D_VERSION}
@@ -7,6 +7,7 @@ PKGREVISION=    3
 .include "../../graphics/cal3d/Makefile.common"
 
 COMMENT=       Skeletal based 3d character animation library in C++
+LICENSE=       gnu-lgpl-v2.1
 
 USE_TOOLS+=            automake
 



Home | Main Index | Thread Index | Old Index