From d97acea550d00a633adfa61bc01b84c49f7bbc5d Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 5 Jun 2015 21:10:28 +0000 Subject: [PATCH] - Fix shebangs MFH: 2015Q2 --- security/py-twofish/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/security/py-twofish/Makefile b/security/py-twofish/Makefile index 3baf2fa23e75..a331620460f9 100644 --- a/security/py-twofish/Makefile +++ b/security/py-twofish/Makefile @@ -3,7 +3,7 @@ PORTNAME= twofish PORTVERSION= 0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security python MASTER_SITES= SF/${PORTNAME}-py/${PORTNAME}-py/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,8 @@ DISTNAME= twofishmodule-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Twofish cryptographic module for Python -USES= python:2 +USES= python:2 shebangfix +SHEBANG_FILES= cryptfile.py decryptfile.py GNU_CONFIGURE= yes CFLAGS+= -fPIC