summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjperkin <jperkin>2015-02-02 12:35:11 +0000
committerjperkin <jperkin>2015-02-02 12:35:11 +0000
commit86b486acd4d8c962754a45673f5471bac2873755 (patch)
tree30d0c501937d5906ac52283870051177b8c2527d /www
parent6c183ff7650c566c203aceb5d887347ab166ce2c (diff)
downloadpkgsrc-86b486acd4d8c962754a45673f5471bac2873755.tar.gz
Fix typo in OVERRIDE_GEMSPEC, fixes package to run correctly with our
supplied directory_watcher package. Bump PKGREVISION.
Diffstat (limited to 'www')
-rw-r--r--www/ruby-jekyll/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/ruby-jekyll/Makefile b/www/ruby-jekyll/Makefile
index 6eca5ce5d8b..325f822b369 100644
--- a/www/ruby-jekyll/Makefile
+++ b/www/ruby-jekyll/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2014/03/26 14:27:23 taca Exp $
+# $NetBSD: Makefile,v 1.10 2015/02/02 12:35:11 jperkin Exp $
DISTNAME= jekyll-1.2.0
+PKGREVISION= 1
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -21,7 +22,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-redcarpet>=3.0.0:../../textproc/ruby-redcarpet
RUBY_VERSION_SUPPORTED= 200 193 21
-OVERRIDE_GEMSPEC= directory-watcher>=1.5.1 safe_yaml>=0.9.5 redcarpet>=3.0.0
+OVERRIDE_GEMSPEC= directory_watcher>=1.5.1 safe_yaml>=0.9.5 redcarpet>=3.0.0
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"