summaryrefslogtreecommitdiff
path: root/news/cleanscore/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'news/cleanscore/Makefile')
-rw-r--r--news/cleanscore/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/news/cleanscore/Makefile b/news/cleanscore/Makefile
index 9f3c089cd78..8e5db39e31a 100644
--- a/news/cleanscore/Makefile
+++ b/news/cleanscore/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2010/12/09 14:59:37 is Exp $
+# $NetBSD: Makefile,v 1.4 2010/12/09 15:32:10 is Exp $
#
DISTNAME= cleanscore-0.9.8.1
-PKGREVISION= 1
+PKGREVISION= 2
+LICENSE= gnu-gpl-v2
CATEGORIES= news
MASTER_SITES= http://slrn.sourceforge.net/cleanscore/
@@ -22,5 +23,6 @@ INSTALLATION_DIRS+= bin share/doc/cleanscore
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/cleanscore ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/cleanscore
+ ${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${PREFIX}/share/doc/cleanscore
.include "../../mk/bsd.pkg.mk"