Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Dec 2019 19:21:39 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518959 - head/textproc/rubygem-albino
Message-ID:  <201912031921.xB3JLdbg082300@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Dec  3 19:21:39 2019
New Revision: 518959
URL: https://svnweb.freebsd.org/changeset/ports/518959

Log:
  textproc/rubygem-albino: use SHEBANG_FILES instead of REINPLACE_CMD

Modified:
  head/textproc/rubygem-albino/Makefile   (contents, props changed)

Modified: head/textproc/rubygem-albino/Makefile
==============================================================================
--- head/textproc/rubygem-albino/Makefile	Tue Dec  3 18:39:27 2019	(r518958)
+++ head/textproc/rubygem-albino/Makefile	Tue Dec  3 19:21:39 2019	(r518959)
@@ -1,4 +1,3 @@
-# Created by: Steve Wills <swills@rubick>
 # $FreeBSD$
 
 PORTNAME=	albino
@@ -18,10 +17,7 @@ RUN_DEPENDS=	rubygem-posix-spawn>=0.3.6:devel/rubygem-
 NO_ARCH=	yes
 
 USE_RUBY=	yes
-USES=		gem python
-REINPLACE_ARGS=	-i ''
-
-post-patch:
-	@${REINPLACE_CMD} -e '1d' ${WRKSRC}/vendor/multipygmentize
+USES=		gem python shebangfix
+SHEBANG_FILES=	vendor/multipygmentize
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912031921.xB3JLdbg082300>