diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-02 21:56:19 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-02 21:56:19 +0800 |
commit | 6b5d7835442586ccd3773847ce5c80df3b99acef (patch) | |
tree | cd26ada0e4518bec1584ed20aa7b46721eb91a03 /devel | |
parent | 066c24970d37a14cb52f58cd3c8695c20dc8e45f (diff) | |
download | freebsd-ports-gnome-6b5d7835442586ccd3773847ce5c80df3b99acef.tar.gz freebsd-ports-gnome-6b5d7835442586ccd3773847ce5c80df3b99acef.tar.zst freebsd-ports-gnome-6b5d7835442586ccd3773847ce5c80df3b99acef.zip |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/mingw32-openssl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/mingw32-openssl/Makefile b/devel/mingw32-openssl/Makefile index 51ac34dae72b..d02b2105fc18 100644 --- a/devel/mingw32-openssl/Makefile +++ b/devel/mingw32-openssl/Makefile @@ -3,6 +3,7 @@ PORTNAME= openssl PORTVERSION= 1.0.2d +PORTREVISION= 1 CATEGORIES= devel security MASTER_SITES= http://www.openssl.org/source/ \ ftp://ftp.openssl.org/source/ \ @@ -18,7 +19,8 @@ BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend \ ${LOCALBASE}/mingw32/include/stdlib.h:${PORTSDIR}/devel/${PKGNAMEPREFIX}bin-msvcrt \ ${LOCALBASE}/mingw32/lib/libz.a:${PORTSDIR}/devel/mingw32-zlib -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= apps/tsget USE_PERL5= build MAKE_JOBS_UNSAFE= yes CONFIGURE_PREFIX= ${PREFIX}/mingw32 |