pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-asciidoctor



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Dec 23 13:33:20 UTC 2022

Modified Files:
        pkgsrc/textproc/ruby-asciidoctor: Makefile

Log Message:
textproc/ruby-asciidoctor: proper use of RUBYGEM_MANPAGES

NFC.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/ruby-asciidoctor/Makefile

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

Modified files:

Index: pkgsrc/textproc/ruby-asciidoctor/Makefile
diff -u pkgsrc/textproc/ruby-asciidoctor/Makefile:1.9 pkgsrc/textproc/ruby-asciidoctor/Makefile:1.10
--- pkgsrc/textproc/ruby-asciidoctor/Makefile:1.9       Sun Dec 18 14:55:22 2022
+++ pkgsrc/textproc/ruby-asciidoctor/Makefile   Fri Dec 23 13:33:20 2022
@@ -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 @@ LICENSE=     mit
 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