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

Martin Wilke miwi at FreeBSD.org
Sun May 7 16:16:21 UTC 2017


Author: miwi
Date: Sun May  7 16:16:19 2017
New Revision: 440349
URL: https://svnweb.freebsd.org/changeset/ports/440349

Log:
  - Fix shebangs

Modified:
  head/textproc/rubygem-albino/Makefile

Modified: head/textproc/rubygem-albino/Makefile
==============================================================================
--- head/textproc/rubygem-albino/Makefile	Sun May  7 16:07:39 2017	(r440348)
+++ head/textproc/rubygem-albino/Makefile	Sun May  7 16:16:19 2017	(r440349)
@@ -3,6 +3,7 @@
 
 PORTNAME=	albino
 PORTVERSION=	1.3.3
+PORTREVISION=	1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -18,5 +19,9 @@ NO_ARCH=	yes
 
 USE_RUBY=	yes
 USES=		gem python
+REINPLACE_ARGS=	-i ''
+
+post-patch:
+	@${REINPLACE_CMD} -e '1d' ${WRKSRC}/vendor/multipygmentize
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list