diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-04-18 00:05:52 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-04-18 00:05:52 +0800 |
commit | c2b2ef0a9ef8de52ee9ad0a9f264221858de5fd4 (patch) | |
tree | 210b6962604315b3d58008ba9dcfe38a55182cc9 /net | |
parent | bcda2800c1cb6949925d0476119039f22ccfcb44 (diff) | |
download | freebsd-ports-gnome-c2b2ef0a9ef8de52ee9ad0a9f264221858de5fd4.tar.gz freebsd-ports-gnome-c2b2ef0a9ef8de52ee9ad0a9f264221858de5fd4.tar.zst freebsd-ports-gnome-c2b2ef0a9ef8de52ee9ad0a9f264221858de5fd4.zip |
Revert r438532 and remove shebang
- Bump PORTREVISION for package change
Diffstat (limited to 'net')
-rw-r--r-- | net/rubygem-amq-protocol/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net/rubygem-amq-protocol/Makefile b/net/rubygem-amq-protocol/Makefile index 6c39c45dc03a..2b63c700366b 100644 --- a/net/rubygem-amq-protocol/Makefile +++ b/net/rubygem-amq-protocol/Makefile @@ -3,7 +3,7 @@ PORTNAME= amq-protocol PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net rubygems MASTER_SITES= RG @@ -14,8 +14,11 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes +REINPLACE_ARGS= -i '' USE_RUBY= yes -USES= gem python:build shebangfix -SHEBANG_FILES= codegen/codegen.py +USES= gem + +post-patch: + @${REINPLACE_CMD} -e '1d' ${WRKSRC}/codegen/codegen.py .include <bsd.port.mk> |