diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2017-04-19 14:17:17 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2017-04-19 14:17:17 +0800 |
commit | b0527b1c3c76569aa1d34445c419d58cadc81c19 (patch) | |
tree | c09858a9ac86d3314ec522a110d671d018588047 /news | |
parent | 12e894e605e6a95e338042cd08c23450c281e858 (diff) | |
download | freebsd-ports-gnome-b0527b1c3c76569aa1d34445c419d58cadc81c19.tar.gz freebsd-ports-gnome-b0527b1c3c76569aa1d34445c419d58cadc81c19.tar.zst freebsd-ports-gnome-b0527b1c3c76569aa1d34445c419d58cadc81c19.zip |
- Fix shebangs
Diffstat (limited to 'news')
-rw-r--r-- | news/papercut/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/news/papercut/Makefile b/news/papercut/Makefile index 1010952b21a5..acbe2e1ddeeb 100644 --- a/news/papercut/Makefile +++ b/news/papercut/Makefile @@ -3,6 +3,7 @@ PORTNAME= papercut PORTVERSION= 0.9.13 +PORTREVISION= 1 CATEGORIES= news python MASTER_SITES= http://pessoal.org/papercut/ @@ -14,9 +15,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:databases/py-MySQLdb -USES= python +USES= python shebangfix NO_BUILD= yes NO_ARCH= yes +SHEBANG_FILES= *.py auth/*.py storage/*.py do-configure: ${CP} ${FILESDIR}/papercut-wrapper ${WRKDIR}/papercut-wrapper |