pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/cal3d-examples



Module Name:    pkgsrc
Committed By:   rillig
Date:           Wed Jan  3 00:36:10 UTC 2018

Modified Files:
        pkgsrc/graphics/cal3d-examples: Makefile

Log Message:
Added missing LICENSE variable.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/graphics/cal3d-examples/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-examples/Makefile
diff -u pkgsrc/graphics/cal3d-examples/Makefile:1.21 pkgsrc/graphics/cal3d-examples/Makefile:1.22
--- pkgsrc/graphics/cal3d-examples/Makefile:1.21        Sat Apr 25 14:23:07 2015
+++ pkgsrc/graphics/cal3d-examples/Makefile     Wed Jan  3 00:36:10 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2015/04/25 14:23:07 tnn Exp $
+# $NetBSD: Makefile,v 1.22 2018/01/03 00:36:10 rillig Exp $
 #
 
 PKGNAME=               cal3d-examples-${CAL3D_VERSION}
@@ -10,6 +10,7 @@ DISTFILES=            TheCallyDemo-0.9.1b.zip \
                        cal3d-${CAL3D_VERSION}${EXTRACT_SUFX}
 
 COMMENT=       Tools and demos for cal3d library
+LICENSE=       gnu-lgpl-v2.1
 
 USE_TOOLS+=            automake pax
 



Home | Main Index | Thread Index | Old Index