diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2017-04-24 20:58:02 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2017-04-24 20:58:02 +0800 |
commit | 1b81d1e1c83fe577a3b20de1c4a3edbb5cabd1bc (patch) | |
tree | e164a866ccecca209e23c94b5b7bc7ac50ec08d9 /www/cppcms | |
parent | c906d75bf458abe979bcac81b647e487071a4857 (diff) | |
download | freebsd-ports-gnome-1b81d1e1c83fe577a3b20de1c4a3edbb5cabd1bc.tar.gz freebsd-ports-gnome-1b81d1e1c83fe577a3b20de1c4a3edbb5cabd1bc.tar.zst freebsd-ports-gnome-1b81d1e1c83fe577a3b20de1c4a3edbb5cabd1bc.zip |
- Fix shebangs
Submitted by: Jochen Neumeister (via irc)
Diffstat (limited to 'www/cppcms')
-rw-r--r-- | www/cppcms/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/cppcms/Makefile b/www/cppcms/Makefile index ee7ffade15ef..a103420fb643 100644 --- a/www/cppcms/Makefile +++ b/www/cppcms/Makefile @@ -2,7 +2,7 @@ PORTNAME= cppcms PORTVERSION= 1.0.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MASTER_SITES= SF/cppcms/${PORTNAME}/${PORTVERSION} @@ -15,8 +15,9 @@ BROKEN_powerpc64= Does not build LIB_DEPENDS= libpcre.so:devel/pcre -USES= cmake python:2 tar:bzip2 ssl +USES= cmake python:2 shebangfix tar:bzip2 ssl USE_LDCONFIG= yes +SHEBANG_FILES= bin/cppcms_tmpl_cc OPTIONS_DEFINE= EXAMPLES GCRYPT ICU OPTIONS_DEFAULT= ICU |