diff options
author | miwi <miwi@FreeBSD.org> | 2017-04-15 02:34:57 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2017-04-15 02:34:57 +0800 |
commit | 3c86cc70c57cfae77b075f03ef40d32ac415077a (patch) | |
tree | a278a3b7f4eea865dcff3e817695867cb812f6d5 /net | |
parent | 9895104a167e07303d3b08deb92a5494b484267b (diff) | |
download | freebsd-ports-gnome-3c86cc70c57cfae77b075f03ef40d32ac415077a.tar.gz freebsd-ports-gnome-3c86cc70c57cfae77b075f03ef40d32ac415077a.tar.zst freebsd-ports-gnome-3c86cc70c57cfae77b075f03ef40d32ac415077a.zip |
- Fix shebang
Diffstat (limited to 'net')
-rw-r--r-- | net/rubygem-amq-protocol/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/rubygem-amq-protocol/Makefile b/net/rubygem-amq-protocol/Makefile index f29227a2a6e5..6c39c45dc03a 100644 --- a/net/rubygem-amq-protocol/Makefile +++ b/net/rubygem-amq-protocol/Makefile @@ -3,6 +3,7 @@ PORTNAME= amq-protocol PORTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= net rubygems MASTER_SITES= RG @@ -14,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes USE_RUBY= yes -USES= gem +USES= gem python:build shebangfix +SHEBANG_FILES= codegen/codegen.py .include <bsd.port.mk> |