pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-asciidoctor textproc/ruby-asciidoctor: p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/77b3dc8890cb
branches:  trunk
changeset: 390591:77b3dc8890cb
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Dec 23 13:33:20 2022 +0000

description:
textproc/ruby-asciidoctor: proper use of RUBYGEM_MANPAGES

NFC.

diffstat:

 textproc/ruby-asciidoctor/Makefile |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r aeae86f4e369 -r 77b3dc8890cb textproc/ruby-asciidoctor/Makefile
--- a/textproc/ruby-asciidoctor/Makefile        Fri Dec 23 13:32:44 2022 +0000
+++ b/textproc/ruby-asciidoctor/Makefile        Fri Dec 23 13:33:20 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2022/12/18 14:55:22 taca Exp $
+# $NetBSD: Makefile,v 1.10 2022/12/23 13:33:20 taca Exp $
 
 DISTNAME=      asciidoctor-2.0.18
 PKGREVISION=   1
@@ -12,10 +12,7 @@
 USE_LANGUAGES= # none
 
 RUBYGEM_OPTIONS+=      --format-executable
-
-.include "../../mk/bsd.prefs.mk"
-
-RUBYGEM_MANPAGES?=     yes
+RUBYGEM_MANPAGES=      yes
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index