add LICENSE=gnu-gpl-v2.
This commit is contained in:
parent
8ad9fe416a
commit
a61f848764
2 changed files with 6 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2007/10/12 12:30:47 is Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2010/12/09 15:32:10 is Exp $
|
||||
bin/cleanscore
|
||||
share/doc/cleanscore/README
|
||||
share/doc/cleanscore/COPYING
|
||||
|
|
Loading…
Reference in a new issue