diff options
author | miwi <miwi@FreeBSD.org> | 2017-05-08 00:16:19 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2017-05-08 00:16:19 +0800 |
commit | 830fcfd68e595383370910f2e4ee025d01a3aa8e (patch) | |
tree | 833f5b83820641e5ad5d0b3c6f684c26d04fbbbc /textproc | |
parent | 12ca7ebe7800771da4cc839224b80e50d677dcab (diff) | |
download | freebsd-ports-gnome-830fcfd68e595383370910f2e4ee025d01a3aa8e.tar.gz freebsd-ports-gnome-830fcfd68e595383370910f2e4ee025d01a3aa8e.tar.zst freebsd-ports-gnome-830fcfd68e595383370910f2e4ee025d01a3aa8e.zip |
- Fix shebangs
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-albino/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/rubygem-albino/Makefile b/textproc/rubygem-albino/Makefile index 44eb88ccfe36..866a507d1196 100644 --- a/textproc/rubygem-albino/Makefile +++ b/textproc/rubygem-albino/Makefile @@ -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> |