pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/ruby-padrino-gen



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon May 18 14:59:48 UTC 2020

Modified Files:
        pkgsrc/www/ruby-padrino-gen: Makefile

Log Message:
www/ruby-padrino-gen: fix typo

Fix accidential typo.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/ruby-padrino-gen/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ruby-padrino-gen/Makefile
diff -u pkgsrc/www/ruby-padrino-gen/Makefile:1.5 pkgsrc/www/ruby-padrino-gen/Makefile:1.6
--- pkgsrc/www/ruby-padrino-gen/Makefile:1.5    Mon May 18 14:57:28 2020
+++ pkgsrc/www/ruby-padrino-gen/Makefile        Mon May 18 14:59:48 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/05/18 14:57:28 taca Exp $
+# $NetBSD: Makefile,v 1.6 2020/05/18 14:59:48 taca Exp $
 
 DISTNAME=      padrino-gen-${RUBY_PADRINO_VERS}
 CATEGORIES=    www
@@ -9,7 +9,7 @@ COMMENT=        Generators for easily creating 
 LICENSE=       mit
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-padrino-core>=${RUBY_PADRINO_VERS}:../../www/ruby-padrino-core
-DEPENDS+=      ${RUBY_PKGPREFIX-bundler>=1.0<3:../../misc/ruby-bundler
+DEPENDS+=      ${RUBY_PKGPREFIX}-bundler>=1.0<3:../../misc/ruby-bundler
 
 RUBYGEM_OPTIONS+=      --format-executable
 



Home | Main Index | Thread Index | Old Index