diff options
author | taca <taca> | 2010-09-10 08:00:53 +0000 |
---|---|---|
committer | taca <taca> | 2010-09-10 08:00:53 +0000 |
commit | 0efa13b486e43ac1759ff16f4a0d04d3d7793c15 (patch) | |
tree | 79f52a0b2d3eecf1b74e93df0922958be49ae276 /textproc | |
parent | 3f549588d062810d1833ae4cb3596abbfe2598af (diff) | |
download | pkgsrc-0efa13b486e43ac1759ff16f4a0d04d3d7793c15.tar.gz |
* Add LICENSE.
* Remove redundant PKGNAME.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-amrita/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ruby-amrita/Makefile b/textproc/ruby-amrita/Makefile index f1d3b9d1875..f807c82d553 100644 --- a/textproc/ruby-amrita/Makefile +++ b/textproc/ruby-amrita/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2009/02/15 03:33:02 taca Exp $ +# $NetBSD: Makefile,v 1.15 2010/09/10 08:00:53 taca Exp $ DISTNAME= amrita-1.0.2 -PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} PKGREVISION= 2 CATEGORIES= textproc ruby www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=amrita/10939/} @@ -9,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP:=amrita/10939/} MAINTAINER= taca@NetBSD.org HOMEPAGE= http://amrita.sourceforge.jp/ COMMENT= HTML/XHTML template library for Ruby +LICENSE= gnu-gpl-v2 OR ruby-license CONFLICTS+= ruby[1-9][0-9]-amrita-* |