diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-08 17:24:37 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-08 17:24:37 +0800 |
commit | 934c65d970ca96332e68ac500934f4447ed2c51f (patch) | |
tree | 5af2754fedcc7dd2423dcd2636eceba4d9135b06 /ftp | |
parent | 9bc20a3003935aeed346bd1f63519f18362b9973 (diff) | |
download | freebsd-ports-gnome-934c65d970ca96332e68ac500934f4447ed2c51f.tar.gz freebsd-ports-gnome-934c65d970ca96332e68ac500934f4447ed2c51f.tar.zst freebsd-ports-gnome-934c65d970ca96332e68ac500934f4447ed2c51f.zip |
- Cosmetic change
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/py-tftpy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/py-tftpy/Makefile b/ftp/py-tftpy/Makefile index 239090836da7..2a23a22a2cef 100644 --- a/ftp/py-tftpy/Makefile +++ b/ftp/py-tftpy/Makefile @@ -13,8 +13,8 @@ COMMENT= Pure Python TFTP Implementation LICENSE= MIT -USE_PYTHON= 2 -USE_PYDISTUTILS=yes PYDISTUTILS_AUTOPLIST= yes +USE_PYDISTUTILS=yes +USE_PYTHON= 2 .include <bsd.port.mk> |