pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/artist



Module Name:    pkgsrc
Committed By:   rillig
Date:           Wed Jan  3 00:30:31 UTC 2018

Modified Files:
        pkgsrc/graphics/artist: Makefile

Log Message:
Added missing LICENSE variable.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/artist/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/artist/Makefile
diff -u pkgsrc/graphics/artist/Makefile:1.12 pkgsrc/graphics/artist/Makefile:1.13
--- pkgsrc/graphics/artist/Makefile:1.12        Sun Feb 17 19:18:03 2013
+++ pkgsrc/graphics/artist/Makefile     Wed Jan  3 00:30:31 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2013/02/17 19:18:03 dholland Exp $
+# $NetBSD: Makefile,v 1.13 2018/01/03 00:30:31 rillig Exp $
 
 DISTNAME=      artist-1.2.6
 PKGNAME=       ${EMACS_PKGNAME_PREFIX}${DISTNAME}
@@ -9,6 +9,7 @@ MASTER_SITES=   http://www.lysator.liu.se/
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.lysator.liu.se/~tab/artist/
 COMMENT=       Elisp drawing package with mouse and keyboard support
+LICENSE=       gnu-gpl-v2
 
 INSTALLATION_DIRS+=    ${DOCDIR} \
                        ${EMACS_LISPPREFIX:C|^${PREFIX}/||}/artist



Home | Main Index | Thread Index | Old Index