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 /ftp | |
parent | c41b2ca2f92a9b8e5876128091848bd0e0dba675 (diff) | |
download | freebsd-ports-graphics-14745f895d8a41041cfc4b258997765496654410.tar.gz freebsd-ports-graphics-14745f895d8a41041cfc4b258997765496654410.tar.zst freebsd-ports-graphics-14745f895d8a41041cfc4b258997765496654410.zip |
- Fix shebangs
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/py-pyftpdlib/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ftp/py-pyftpdlib/Makefile b/ftp/py-pyftpdlib/Makefile index 7c211f36e72..2911c63b6b2 100644 --- a/ftp/py-pyftpdlib/Makefile +++ b/ftp/py-pyftpdlib/Makefile @@ -3,6 +3,7 @@ PORTNAME= pyftpdlib PORTVERSION= 1.5.2 +PORTREVISION= 1 CATEGORIES= ftp python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +13,10 @@ COMMENT= Python FTP server library LICENSE= MIT -USES= python +USES= python shebangfix USE_PYTHON= autoplist distutils +SHEBANG_FILES= demo/*.py +NO_ARCH= yes OPTIONS_DEFINE= SENDFILE OPENSSL OPTIONS_DEFAULT= SENDFILE OPENSSL |