pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/ruby-bluecloth
Module Name: pkgsrc
Committed By: taca
Date: Wed Jun 2 15:51:21 UTC 2021
Modified Files:
pkgsrc/textproc/ruby-bluecloth: Makefile
Log Message:
textproc/ruby-bluecloth: 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.11 -r1.12 pkgsrc/textproc/ruby-bluecloth/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-bluecloth/Makefile
diff -u pkgsrc/textproc/ruby-bluecloth/Makefile:1.11 pkgsrc/textproc/ruby-bluecloth/Makefile:1.12
--- pkgsrc/textproc/ruby-bluecloth/Makefile:1.11 Fri May 21 11:11:19 2021
+++ pkgsrc/textproc/ruby-bluecloth/Makefile Wed Jun 2 15:51:21 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2021/05/21 11:11:19 nia Exp $
+# $NetBSD: Makefile,v 1.12 2021/06/02 15:51:21 taca Exp $
DISTNAME= bluecloth-2.2.0
PKGREVISION= 1
@@ -11,9 +11,7 @@ LICENSE= original-bsd
USE_GCC_RUNTIME= yes
-post-install:
- ${MV} ${DESTDIR}${PREFIX}/bin/bluecloth \
- ${DESTDIR}${PREFIX}/bin/bluecloth${RUBY_SUFFIX}
+RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index