diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 17:17:25 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-21 17:17:25 +0000 |
commit | fa1716b118dcb99d41071490920455dbdbb3c633 (patch) | |
tree | f6d4c5e2710d9959bf8910208339b828d799a215 /ftp | |
parent | c1b1bd0135e4173a47c37c69eebc74813961a994 (diff) | |
download | ports-fa1716b118dcb99d41071490920455dbdbb3c633.tar.gz ports-fa1716b118dcb99d41071490920455dbdbb3c633.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/pure-ftpd/Makefile | 2 | ||||
-rw-r--r-- | ftp/py-tftpy/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile index d1436e3ede94..34e9cfdb7f42 100644 --- a/ftp/pure-ftpd/Makefile +++ b/ftp/pure-ftpd/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://download.pureftpd.org/pub/pure-ftpd/releases/ \ SF/pureftpd/Pure-FTPd/${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= A small, easy to set up, fast, and very secure FTP server +COMMENT= Small, easy to set up, fast, and very secure FTP server SUB_FILES= pkg-message SUB_LIST= PAM_DIR=${PAM_DIR} PAM_TARGET=${PAM_TARGET} diff --git a/ftp/py-tftpy/Makefile b/ftp/py-tftpy/Makefile index 15870f600cd3..e39095ade7b7 100644 --- a/ftp/py-tftpy/Makefile +++ b/ftp/py-tftpy/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= SF \ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= A Pure Python TFTP Implementation +COMMENT= Pure Python TFTP Implementation USE_PYTHON= yes USE_PYDISTUTILS= yes |