diff options
-rw-r--r-- | devel/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-templater/Makefile | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/devel/Makefile b/devel/Makefile index 8644240c0b0..a8caec668ec 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1475 2011/08/12 16:09:47 taca Exp $ +# $NetBSD: Makefile,v 1.1476 2011/08/13 23:27:11 joerg Exp $ # COMMENT= Development utilities @@ -1345,7 +1345,7 @@ SUBDIR+= ruby-simple_uuid SUBDIR+= ruby-stream SUBDIR+= ruby-subexec SUBDIR+= ruby-subversion -SUBDIRS+= ruby-templater +SUBDIR+= ruby-templater SUBDIR+= ruby-termcolor SUBDIR+= ruby-test-spec SUBDIR+= ruby-test-unit diff --git a/devel/ruby-templater/Makefile b/devel/ruby-templater/Makefile index 2bd33623bba..25deb9e57ca 100644 --- a/devel/ruby-templater/Makefile +++ b/devel/ruby-templater/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2011/08/13 17:52:21 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2011/08/13 23:27:11 joerg Exp $ DISTNAME= templater-1.0.0 -PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org |