diff options
author | miwi <miwi@FreeBSD.org> | 2017-04-19 14:17:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2017-04-19 14:17:17 +0800 |
commit | 14745f895d8a41041cfc4b258997765496654410 (patch) | |
tree | c09858a9ac86d3314ec522a110d671d018588047 /news/papercut | |
parent | c41b2ca2f92a9b8e5876128091848bd0e0dba675 (diff) | |
download | freebsd-ports-gnome-14745f895d8a41041cfc4b258997765496654410.tar.gz freebsd-ports-gnome-14745f895d8a41041cfc4b258997765496654410.tar.zst freebsd-ports-gnome-14745f895d8a41041cfc4b258997765496654410.zip |
- Fix shebangs
Diffstat (limited to 'news/papercut')
-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 |