pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/ruby-xz



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Apr 25 19:56:49 UTC 2020

Modified Files:
        pkgsrc/archivers/ruby-xz: Makefile

Log Message:
archivers/ruby-xz: remove redundant SUBST block


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/archivers/ruby-xz/Makefile

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

Modified files:

Index: pkgsrc/archivers/ruby-xz/Makefile
diff -u pkgsrc/archivers/ruby-xz/Makefile:1.19 pkgsrc/archivers/ruby-xz/Makefile:1.20
--- pkgsrc/archivers/ruby-xz/Makefile:1.19      Mon Mar 23 15:23:10 2020
+++ pkgsrc/archivers/ruby-xz/Makefile   Sat Apr 25 19:56:49 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2020/03/23 15:23:10 taca Exp $
+# $NetBSD: Makefile,v 1.20 2020/04/25 19:56:49 rillig Exp $
 
 DISTNAME=      ruby-xz-1.0.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
@@ -11,11 +11,5 @@ LICENSE=     mit
 
 DEPENDS+=      ${RUBY_NAME}-fiddle>=${RUBY_VERSION}:../../devel/ruby-fiddle
 
-SUBST_CLASSES+=                path
-SUBST_STAGE.path=      pre-configure
-SUBST_FILES.path=      lib/xz/lib_lzma.rb
-SUBST_VARS.path=       LOCALBASE
-SUBST_SED.path+=       -e "s,@SHLIB_EXT@,${RUBY_SLEXT},g"
-
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index