pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/ruby-lolcat



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Dec 23 13:32:02 UTC 2022

Modified Files:
        pkgsrc/misc/ruby-lolcat: Makefile

Log Message:
misc/ruby-lolcat: proper use of RUBYGEM_MANPAGES

NFC.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/ruby-lolcat/Makefile

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

Modified files:

Index: pkgsrc/misc/ruby-lolcat/Makefile
diff -u pkgsrc/misc/ruby-lolcat/Makefile:1.2 pkgsrc/misc/ruby-lolcat/Makefile:1.3
--- pkgsrc/misc/ruby-lolcat/Makefile:1.2        Sun Dec 18 14:54:28 2022
+++ pkgsrc/misc/ruby-lolcat/Makefile    Fri Dec 23 13:32:02 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/12/18 14:54:28 taca Exp $
+# $NetBSD: Makefile,v 1.3 2022/12/23 13:32:02 taca Exp $
 
 DISTNAME=      lolcat-100.0.1
 PKGREVISION=   1
@@ -16,10 +16,7 @@ USE_LANGUAGES=       # none
 
 OVERRIDE_GEMSPEC+=     manpages:
 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