textproc/rubygem-albino: use SHEBANG_FILES instead of REINPLACE_CMD

This commit is contained in:
Steve Wills 2019-12-03 19:21:39 +00:00
parent 1b8a9e0afe
commit c3addcc93b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518959

View File

@ -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-posix-spawn \
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>