diff options
author | wiz <wiz@pkgsrc.org> | 2015-12-11 21:29:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-12-11 21:29:27 +0000 |
commit | e1b81231cb514f45581575e7ebfc1adcd7a1c00c (patch) | |
tree | 715c7345d1ef2a649950f2299b3fd8250ccb61a2 /textproc | |
parent | 6b697f8e42402c56ad1d24c8edf108719cd9b080 (diff) | |
download | pkgsrc-e1b81231cb514f45581575e7ebfc1adcd7a1c00c.tar.gz |
Remove unnecessary FILES_SUBST, already in there. Noted by taca.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-kramdown/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/ruby-kramdown/Makefile b/textproc/ruby-kramdown/Makefile index b7ed4c5da83..9bca612b03a 100644 --- a/textproc/ruby-kramdown/Makefile +++ b/textproc/ruby-kramdown/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/12/11 11:46:31 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/12/11 21:29:27 wiz Exp $ DISTNAME= kramdown-1.9.0 PKGREVISION= 1 @@ -10,7 +10,6 @@ COMMENT= Pure-Ruby Markdown-superset parser and converter LICENSE= mit RUBYGEM_OPTIONS+= --format-executable -FILES_SUBST+= RUBY_SUFFIX=${RUBY_SUFFIX} .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |