diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-25 05:38:57 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-25 05:38:57 +0800 |
commit | 79cc466a56a992b5cb08a4d4bae30eca382bdc74 (patch) | |
tree | e416629cfe13cea2f6b3c0e64511ae766253b1ba /www/h2o | |
parent | 7f55211e7df9b1a9fe2e3b8a0cefc52480d3d4cb (diff) | |
download | freebsd-ports-gnome-79cc466a56a992b5cb08a4d4bae30eca382bdc74.tar.gz freebsd-ports-gnome-79cc466a56a992b5cb08a4d4bae30eca382bdc74.tar.zst freebsd-ports-gnome-79cc466a56a992b5cb08a4d4bae30eca382bdc74.zip |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q2
Diffstat (limited to 'www/h2o')
-rw-r--r-- | www/h2o/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/h2o/Makefile b/www/h2o/Makefile index 245ed4382657..a4eb878e9950 100644 --- a/www/h2o/Makefile +++ b/www/h2o/Makefile @@ -3,6 +3,7 @@ PORTNAME= h2o PORTVERSION= 1.2.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= www @@ -13,7 +14,8 @@ LICENSE= MIT USE_GITHUB= yes -USES= cmake compiler:c11 +USES= cmake compiler:c11 shebangfix +SHEBANG_FILES= share/h2o/start_server PORTDOCS= README.md |