diff options
author | taca <taca@pkgsrc.org> | 2010-09-10 06:57:20 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-10 06:57:20 +0000 |
commit | 79be379382a6fd1be952167b1012b167c865d844 (patch) | |
tree | 33c3efbcbc1170532b07f6f680a1c7f2ca569685 | |
parent | 4a3840ba8b152d1e96ed300e45f7cd0d265df26f (diff) | |
download | pkgsrc-79be379382a6fd1be952167b1012b167c865d844.tar.gz |
Remove redundant PKGNAME.
-rw-r--r-- | inputmethod/prime-dict/Makefile | 3 | ||||
-rw-r--r-- | inputmethod/prime/Makefile | 3 | ||||
-rw-r--r-- | inputmethod/ruby-zinnia/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/inputmethod/prime-dict/Makefile b/inputmethod/prime-dict/Makefile index 05520da3833..81254a6aea0 100644 --- a/inputmethod/prime-dict/Makefile +++ b/inputmethod/prime-dict/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2010/05/16 00:01:40 obache Exp $ +# $NetBSD: Makefile,v 1.4 2010/09/10 06:58:06 taca Exp $ # DISTNAME= prime-dict-1.0.0 -PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= inputmethod MASTER_SITES= http://prime.sourceforge.jp/src/ diff --git a/inputmethod/prime/Makefile b/inputmethod/prime/Makefile index 6208007fc1e..376d3f87d29 100644 --- a/inputmethod/prime/Makefile +++ b/inputmethod/prime/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2010/09/07 17:20:26 taca Exp $ +# $NetBSD: Makefile,v 1.7 2010/09/10 06:57:20 taca Exp $ # DISTNAME= prime-1.0.0.1 -PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= inputmethod MASTER_SITES= http://prime.sourceforge.jp/src/ diff --git a/inputmethod/ruby-zinnia/Makefile b/inputmethod/ruby-zinnia/Makefile index 5a36bdef6c0..e5a59024858 100644 --- a/inputmethod/ruby-zinnia/Makefile +++ b/inputmethod/ruby-zinnia/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/05/20 09:08:10 obache Exp $ +# $NetBSD: Makefile,v 1.2 2010/09/10 06:58:50 taca Exp $ # .include "../../inputmethod/zinnia/Makefile.common" -PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES+= ruby COMMENT= Zinnia ruby module |