pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-temple



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Mar 24 17:08:44 UTC 2020

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

Log Message:
textproc/ruby-temple: add USE_LANGUAGES

add "USE_LANGUAGES=     # none".


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/ruby-temple/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-temple/Makefile
diff -u pkgsrc/textproc/ruby-temple/Makefile:1.2 pkgsrc/textproc/ruby-temple/Makefile:1.3
--- pkgsrc/textproc/ruby-temple/Makefile:1.2    Tue Mar 24 17:07:55 2020
+++ pkgsrc/textproc/ruby-temple/Makefile        Tue Mar 24 17:08:44 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/03/24 17:07:55 taca Exp $
+# $NetBSD: Makefile,v 1.3 2020/03/24 17:08:44 taca Exp $
 
 DISTNAME=      temple-0.8.2
 CATEGORIES=    textproc
@@ -8,7 +8,7 @@ HOMEPAGE=       https://github.com/judofyr/tem
 COMMENT=       Template compilation framework in Ruby
 LICENSE=       mit
 
-#RUBYGEM_OPTIONS+=     --format-executable
+USE_LANGUAGES= # none
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index