pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ramaze



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Jun  2 15:52:04 UTC 2021

Modified Files:
        pkgsrc/www/ramaze: Makefile

Log Message:
www/ramaze: use --format-executable RUBYGEM_OPTIONS

Use --format-executable RUBYGEM_OPTIONS instead of manually renaming
with post-install.

No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/ramaze/Makefile

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

Modified files:

Index: pkgsrc/www/ramaze/Makefile
diff -u pkgsrc/www/ramaze/Makefile:1.12 pkgsrc/www/ramaze/Makefile:1.13
--- pkgsrc/www/ramaze/Makefile:1.12     Fri May 21 21:06:19 2021
+++ pkgsrc/www/ramaze/Makefile  Wed Jun  2 15:52:04 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2021/05/21 21:06:19 nia Exp $
+# $NetBSD: Makefile,v 1.13 2021/06/02 15:52:04 taca Exp $
 
 DISTNAME=      ramaze-2012.12.08
 PKGREVISION=   1
@@ -11,8 +11,7 @@ LICENSE=      ruby-license
 
 DEPENDS+=      ${RUBY_PKGPREFIX}-innate>=2012.12:../../www/ruby-innate
 
-post-install:
-       cd ${DESTDIR}${PREFIX}/bin && ${MV} ramaze ramaze${RUBY_SUFFIX}
+RUBYGEM_OPTIONS+=      --format-executable
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index