svn commit: r518959 - head/textproc/rubygem-albino

Steve Wills swills at FreeBSD.org
Tue Dec 3 19:21:39 UTC 2019


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 at 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>


More information about the svn-ports-all mailing list